Skip to content

Commit

Permalink
Use latest gotpl
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Oct 14, 2024
1 parent dbd0600 commit 9df1afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN set -ex; \
chown node:node "${APP_ROOT}" "${FILES_DIR}"; \
\
dockerplatform=${TARGETPLATFORM:-linux/amd64};\
gotpl_url="https://github.com/wodby/gotpl/releases/download/0.3.3/gotpl-${dockerplatform/\//-}.tar.gz"; \
gotpl_url="https://github.com/wodby/gotpl/releases/latest/download/gotpl-${dockerplatform/\//-}.tar.gz"; \
wget -qO- "${gotpl_url}" | tar xz --no-same-owner -C /usr/local/bin; \
\
echo "chown node:node ${APP_ROOT} ${FILES_DIR}" > /usr/local/bin/init_volumes; \
Expand Down

0 comments on commit 9df1afa

Please sign in to comment.