Skip to content

Commit

Permalink
Update python Docker tag to v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Dec 5, 2024
1 parent 8ac6c69 commit 011a406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:labs
FROM --platform="$BUILDPLATFORM" python:3.13.0-alpine3.20 AS build
FROM --platform="$BUILDPLATFORM" python:3.13.1-alpine3.20 AS build
ENV PYTHONUNBUFFERED=1
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG PT_VERSION=v6.3.3 \
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN apk upgrade --no-cache -a && \
find /app/node_modules -name "*.node" -type f -exec strip -s {} \; && \
find /app/node_modules -name "*.node" -type f -exec file {} \;

FROM python:3.13.0-alpine3.20
FROM python:3.13.1-alpine3.20
ENV PYTHONUNBUFFERED=1
COPY --chown=1000:1000 --from=strip /app /app
WORKDIR /app
Expand Down

0 comments on commit 011a406

Please sign in to comment.