Browse Source

Remove hardcoded DOCKER_TAG

Closes https://github.com/getzola/zola/issues/732
index-subcmd
Vincent Prouillet 4 years ago
parent
commit
6992e8a1c1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Dockerfile

+ 0
- 1
Dockerfile View File

@@ -3,7 +3,6 @@ RUN install_packages python-pip curl tar python-setuptools rsync binutils
RUN pip install dockerize
RUN mkdir -p /workdir
WORKDIR /workdir
ENV DOCKER_TAG v0.7.0
RUN curl -L https://github.com/getzola/zola/releases/download/$DOCKER_TAG/zola-$DOCKER_TAG-x86_64-unknown-linux-gnu.tar.gz | tar xz
RUN mv zola /usr/bin
RUN dockerize -n -o /workdir /usr/bin/zola


Loading…
Cancel
Save