Skip to content

Commit

Permalink
Docker setup: pin EPOS-MSL CKAN plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Jan 15, 2025
1 parent 9f45448 commit ee68517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/images/ckan/Dockerfile
Original file line number Diff line number Diff line change
@@ -58,8 +58,8 @@ ENV CKAN_STORAGE_PATH=/ckanstorage
ENV CKAN_VERSION=2.11.0
ENV CKAN_SCHEMING_VERSION=release-3.0.0
ENV CKAN_SPATIAL_VERSION=v2.2.0
ENV CKAN_MSL_CORE_VERSION=development
ENV CKAN_MSL_UTIL_VERSION=development
ENV CKAN_MSL_CORE_VERSION=1.5.0
ENV CKAN_MSL_UTIL_VERSION=1.1.0

# Create storage path
RUN mkdir -p $CKAN_STORAGE_PATH/webassets $CKAN_STORAGE_PATH/storage && \

0 comments on commit ee68517

Please sign in to comment.