From c6360418ff77adf1e6e0b5b656b227e0ae53b298 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Mon, 14 Oct 2024 17:33:23 +0300 Subject: [PATCH] Use latest gotpl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e376950..7680196 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,7 +90,7 @@ RUN set -xe; \ \ # Download helper scripts. 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; \ git clone https://github.com/wodby/alpine /tmp/alpine; \ cd /tmp/alpine; \