Explorar o código

One use of $VER was forgotten.

Herby Vojčík %!s(int64=6) %!d(string=hai) anos
pai
achega
a409aa802a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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