Update version in -focal image as well

This commit is contained in:
b-a0 2023-06-13 13:19:27 +02:00
parent 1a34f6ac4f
commit eef819e0b7
1 changed files with 42 additions and 42 deletions

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.9.8-focal
ENV IMAGE_TAG=2.9.9-focal
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.8
ENV GIT_BRANCH=ckan-2.9.9
# Set timezone
ENV TZ=UTC