Skip to content

Commit

Permalink
Update zoeyvid/curl-quic Docker tag to v425
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 0532857 commit f619427
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 @@ -8,7 +8,7 @@ RUN apk upgrade --no-cache -a && \

FROM python:3.13.0-alpine3.20
ENV PYTHONUNBUFFERED=1
COPY --from=zoeyvid/curl-quic:423 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=zoeyvid/curl-quic:425 /usr/local/bin/curl /usr/local/bin/curl
COPY --from=pip /usr/local /usr/local
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini jq && \
Expand Down

0 comments on commit f619427

Please sign in to comment.