Skip to content

Commit 6992e8a

Browse files
committed
Remove hardcoded DOCKER_TAG
Closes #732
1 parent b716401 commit 6992e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ RUN install_packages python-pip curl tar python-setuptools rsync binutils
33
RUN pip install dockerize
44
RUN mkdir -p /workdir
55
WORKDIR /workdir
6-
ENV DOCKER_TAG v0.7.0
76
RUN curl -L https://github.com/getzola/zola/releases/download/$DOCKER_TAG/zola-$DOCKER_TAG-x86_64-unknown-linux-gnu.tar.gz | tar xz
87
RUN mv zola /usr/bin
98
RUN dockerize -n -o /workdir /usr/bin/zola

0 commit comments

Comments
 (0)