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 669e10a commit 74afeb5
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,12 +1,12 @@
# syntax=docker/dockerfile:labs
FROM python:3.13.0-alpine3.20 AS pip
FROM python:3.13.1-alpine3.20 AS pip
ENV PYTHONUNBUFFERED=1
COPY requirements.txt /tmp/requirements.txt
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates build-base libffi-dev && \
pip install --no-cache-dir -r /tmp/requirements.txt

FROM python:3.13.0-alpine3.20
FROM python:3.13.1-alpine3.20
ENV PYTHONUNBUFFERED=1
COPY --from=zoeyvid/curl-quic:427 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=pip /usr/local /usr/local
Expand Down

0 comments on commit 74afeb5

Please sign in to comment.