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 Jan 6, 2025
1 parent 2e2b357 commit cfe1f9e
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.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 && \
Expand Down

0 comments on commit cfe1f9e

Please sign in to comment.