We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5d9c7 commit 1b7206cCopy full SHA for 1b7206c
Dockerfile
@@ -14,4 +14,4 @@ RUN curl https://versaweb.dl.sourceforge.net/project/graphicsmagick/graphicsmagi
14
15
RUN cd /opt && \
16
find . ! -perm -o=r -exec chmod +400 {} \; && \
17
- zip -yr /tmp/gm-${GIT_VERSION}.zip ./*
+ zip -yr /tmp/gm-${GM_VERSION}.zip ./*
0 commit comments