Skip to content

Commit

Permalink
update dockerfile, scheming version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Dec 14, 2023
1 parent 0fe30b9 commit adfbc0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Do Build
# #############################################################################
# # Build stage
# #############################################################################
Expand Down Expand Up @@ -104,7 +103,7 @@ RUN set -ex && \
git+${CKANEXT_HARVEST_GITHUB_URL}.git@${CKANEXT_HARVEST_VERSION}#egg=ckanext-harvest

# ckanext-scheming ##########################################################
ARG CKANEXT_SCHEMING_VERSION="master"
ARG CKANEXT_SCHEMING_VERSION="a7fdd9c"
ENV CKANEXT_SCHEMING_VERSION=${CKANEXT_SCHEMING_VERSION}
ENV CKANEXT_SCHEMING_GITHUB_URL="https://github.com/gislab-augsburg/ckanext-scheming"

Expand Down

0 comments on commit adfbc0c

Please sign in to comment.