Skip to content

Commit

Permalink
Update alpine Docker tag to v3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Mar 30, 2023
1 parent 5c3f70d commit ac8ff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt update && \
strip -s /src/curl/src/curl


FROM alpine:3.17.2
FROM alpine:3.17.3
COPY --from=curl-build /src/curl/src/curl /usr/local/bin/curl
RUN apk add --no-cache ca-certificates tzdata && \
curl --http3 -sIL https://cloudflare-quic.com && \
Expand Down

0 comments on commit ac8ff7c

Please sign in to comment.