Skip to content

Commit

Permalink
Merge pull request #121 from keitaroinc/ckan2.9.10
Browse files Browse the repository at this point in the history
new ckan 2.9.10 patch version
  • Loading branch information
KirilPoposki98 authored Dec 21, 2023
2 parents c7d623f + 916824d commit 4e3fd58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions images/ckan/2.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.10/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM alpine:3.13.7 as ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.9.9
ENV IMAGE_TAG=2.9.10

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.9
ENV GIT_BRANCH=ckan-2.9.10

# Set src dirs
ENV SRC_DIR=/srv/app/src
Expand Down
4 changes: 2 additions & 2 deletions images/ckan/2.9/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
FROM ubuntu:focal-20210827 as ckanbuild

# Used by Github Actions to tag the image with
ENV IMAGE_TAG=2.9.9-focal
ENV IMAGE_TAG=2.9.10-focal

# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.9.9
ENV GIT_BRANCH=ckan-2.9.10

# Set timezone
ENV TZ=UTC
Expand Down

0 comments on commit 4e3fd58

Please sign in to comment.