From 763421c30c81140130b7c73ede9ae026ab38a1f3 Mon Sep 17 00:00:00 2001 From: sylvain Date: Mon, 19 May 2025 15:20:12 +0200 Subject: [PATCH] v1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11190af..67ef324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ from alpine:3.19 as builder -ARG VERSION=2025.04.28.5849b4d +#ARG VERSION=2025.04.28.5849b4d run apk add --update curl -run curl -sLO "https://github.com/cheeaun/phanpy/releases/download/${VERSION}/phanpy-dist.tar.gz" \ +run curl -sLO "https://github.com/cheeaun/phanpy/releases/download/2025.04.28.5849b4d/phanpy-dist.tar.gz" \ && mkdir /phanpy \ && tar zxf phanpy-dist.tar.gz -C /phanpy