Skip to content

Commit 1b7206c

Browse files
committed
Fix version
1 parent 0a5d9c7 commit 1b7206c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN curl https://versaweb.dl.sourceforge.net/project/graphicsmagick/graphicsmagi
1414

1515
RUN cd /opt && \
1616
find . ! -perm -o=r -exec chmod +400 {} \; && \
17-
zip -yr /tmp/gm-${GIT_VERSION}.zip ./*
17+
zip -yr /tmp/gm-${GM_VERSION}.zip ./*

0 commit comments

Comments
 (0)