new release 2.10.3

This commit is contained in:
Kiril-Poposki1998 2023-12-21 10:57:06 +01:00
parent d4bcb719f0
commit 12c7519e7e
2 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@
FROM alpine:3.17.2 as ckanbuild
# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.10.2
ENV IMAGE_TAG=2.10.3
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.2
ENV GIT_BRANCH=ckan-2.10.3
# Set src dirs
ENV SRC_DIR=/srv/app/src

View File

@ -4,11 +4,11 @@
FROM ubuntu:focal-20210827 as ckanbuild
# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.10.2-focal
ENV IMAGE_TAG=2.10.3-focal
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.10.2
ENV GIT_BRANCH=ckan-2.10.3
# Set timezone
ENV TZ=UTC