Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new release 2.10.3 #120

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading