From cfe1f9e9636a346bbea2fcd70ade0bede2a87f60 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 6 Jan 2025 11:10:58 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e11a0b0..7fc65d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform="$BUILDPLATFORM" python:3.13.1-alpine3.21 AS build ENV PYTHONUNBUFFERED=1 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -ARG PT_VERSION=v7.0.0 \ +ARG PT_VERSION=v7.0.1 \ TARGETARCH RUN apk upgrade --no-cache -a && \