Skip to content

Commit

Permalink
Dockerfile debug version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ilchebedelovski committed Feb 16, 2025
1 parent b5ac136 commit cd53862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sddi-base/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASEIMAGE_VERSION=edge

FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}

ARG CKAN_VERSION=2.9.9
ARG CKAN_VERSION=2.11.1
ENV CKAN_VERSION=${CKAN_VERSION}

USER root
Expand Down
2 changes: 1 addition & 1 deletion sddi/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASEIMAGE_VERSION=edge

FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}

ARG CKAN_VERSION=2.9.9
ARG CKAN_VERSION=2.11.1
ENV CKAN_VERSION=${CKAN_VERSION}

USER root
Expand Down

0 comments on commit cd53862

Please sign in to comment.