From 24504ecb336940a048f32ecb559bc27c8152a087 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Mon, 14 Oct 2024 17:28:36 +0300 Subject: [PATCH] Use latest gotpl version --- 8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8/Dockerfile b/8/Dockerfile index fe6551a..7739d64 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -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; \