Merge pull request #119 from keitaroinc/ckan2.10

update focal image tag
This commit is contained in:
KirilPoposki98 2023-12-20 12:45:52 +01:00 committed by GitHub
commit c7d623f828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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