Skip to content

Commit

Permalink
update curl version to curl-8_2_1
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Zoey2936 committed Jul 26, 2023
1 parent 6417d35 commit d8907b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.71.0-alpine3.17 as build

ARG QUICHE_VERSION=0.17.2
ARG CURL_VERSION=curl-8_2_0
ARG CURL_VERSION=curl-8_2_1

RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake libtool nghttp2-dev && \
mkdir /src &&\
Expand Down
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN sed -i "s|v3.17|v3.18|g" /etc/apk/repositories && \
fi

FROM alpine:3.18.2 as curl-build
ARG CURL_VERSION=curl-8_2_0 \
ARG CURL_VERSION=curl-8_2_1 \
TARGETARCH

COPY --from=quiche-build /src/quiche /src/quiche
Expand Down
2 changes: 1 addition & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt update && \


FROM debian:12.0-slim as curl-build
ARG CURL_VERSION=curl-8_2_0 \
ARG CURL_VERSION=curl-8_2_1 \
TARGETARCH

COPY --from=quiche-build /src/quiche /src/quiche
Expand Down

0 comments on commit d8907b6

Please sign in to comment.