From 8ac6c693608d047235daf0c03ca3056b291bccbb Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 30 Oct 2024 08:03:16 +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 e63da96..6398c23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform="$BUILDPLATFORM" python:3.13.0-alpine3.20 AS build ENV PYTHONUNBUFFERED=1 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -ARG PT_VERSION=v6.3.2 \ +ARG PT_VERSION=v6.3.3 \ TARGETARCH RUN apk upgrade --no-cache -a && \