Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 30, 2024
1 parent 617b991 commit 8ac6c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 8ac6c69

Please sign in to comment.