Skip to content

Commit

Permalink
Update actinia-module-plugin to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann authored Dec 13, 2024
1 parent b3404c8 commit 3161dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actinia-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ARG WHEEL_NAME=actinia_metadata_plugin.wsgi-${PLUGIN_VERSION}-py2.py3-none-any.w
RUN curl -L --output /build/${WHEEL_NAME} \
https://github.com/actinia-org/actinia-metadata-plugin/releases/download/${PLUGIN_VERSION}/${WHEEL_NAME}

ARG PLUGIN_VERSION=2.6.0
ARG PLUGIN_VERSION=2.7.0
ARG WHEEL_NAME=actinia_module_plugin-${PLUGIN_VERSION}-py3-none-any.whl
RUN curl -L --output /build/${WHEEL_NAME} \
https://github.com/actinia-org/actinia-module-plugin/releases/download/${PLUGIN_VERSION}/${WHEEL_NAME}
Expand Down

0 comments on commit 3161dfe

Please sign in to comment.