Skip to content

Commit

Permalink
Upgrade to CKAN 2.11.1 official Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandralazoroska committed Dec 12, 2024
1 parent d4f80df commit 49bfe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# Extbuild stage
###############################################################################
FROM ckan/ckan-base:2.11 as extbuild
FROM ckan/ckan-base:2.11.1 as extbuild

USER root

Expand Down Expand Up @@ -165,7 +165,7 @@ RUN set -ex && \
###############################################################################
# Runtime stage
###############################################################################
FROM ckan/ckan-base:2.11
FROM ckan/ckan-base:2.11.1

ENV APP_DIR=/srv/app
ENV SRC_DIR=/srv/app/src
Expand Down

0 comments on commit 49bfe7f

Please sign in to comment.