Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed May 10, 2023
1 parent 2749669 commit 7d76337
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake li
make -j "$(nproc)" LDFLAGS="-Wl,-rpath,/src/quiche/target/release -L/src/quiche/quiche/deps/boringssl/src/lib -L/src/quiche/target/release -static -all-static" && \
strip -s /src/curl/src/curl

FROM alpine:3.17.3
FROM alpine:3.18.0
COPY --from=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
4 changes: 2 additions & 2 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates git build-base gcc-cross-embedded cmake &
ln -vnf $(find target/aarch64-unknown-linux-musl/release -name libcrypto.a -o -name libssl.a) quiche/deps/boringssl/src/lib; \
fi

FROM alpine:3.17.3 as curl-build
FROM alpine:3.18.0 as curl-build
ARG CURL_VERSION=curl-8_0_1 \
TARGETARCH

Expand All @@ -35,7 +35,7 @@ RUN apk add --no-cache ca-certificates git build-base autoconf automake libtool
strip -s /src/curl/src/curl


FROM alpine:3.17.3
FROM alpine:3.18.0
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
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.3
FROM alpine:3.18.0
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 7d76337

Please sign in to comment.