Update version in -focal image as well
This commit is contained in:
parent
1a34f6ac4f
commit
eef819e0b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue