Browse Source

One use of $VER was forgotten.

Herby Vojčík 5 years ago
parent
commit
a409aa802a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ ARG VER
 RUN \
         mkdir -p /home/htmly/content && \
         cd /home/htmly && \
-        curl -o /tmp/htmly,${VER}.tar.gz https://codeload.github.com/danpros/htmly/tar.gz/v2.7.4 && \
+        curl -o /tmp/htmly,${VER}.tar.gz https://codeload.github.com/danpros/htmly/tar.gz/${VER} && \
         tar -x --strip-components=1 -zf /tmp/htmly,${VER}.tar.gz && \
         chown -R www-data:www-data . && \
         rm /tmp/htmly,${VER}.tar.gz