Skip to content

Commit

Permalink
Use latest gotpl version
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Oct 14, 2024
1 parent da05b99 commit 24504ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ RUN set -xe; \
\
# Download helper scripts.
dockerplatform=${TARGETPLATFORM:-linux/amd64};\
gotpl_url="https://github.com/wodby/gotpl/releases/download/0.4.0/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; \
git clone https://github.com/wodby/alpine /tmp/alpine; \
cd /tmp/alpine; \
Expand Down

0 comments on commit 24504ec

Please sign in to comment.