From d8289b3c3898e885d37bf184ad0f1fa4da263891 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:37:33 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c3c05b..a066372 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp && chown 99:100 -R /foundry # ADD "${INSTALL_FILES}" /ftemp -RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \ - && unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt \ +RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-${F_VTT_VERSION}.zip \ + && unzip /ftemp/foundryvtt-${F_VTT_VERSION}.zip /ftemp/vtt \ && mkdir -p /foundry/fvtt /foundry/data \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry