Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym authored Oct 24, 2023
1 parent 24fb680 commit 98221ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# static curl build
FROM alpine:3.18 as curlstage
ARG VERSION="7.67.0"
ARG VERSION="8.4.0"

RUN \
echo "**** install deps ****" && \
Expand All @@ -17,6 +17,7 @@ RUN \
cd curl-* && \
./configure \
--disable-shared \
--with-openssl \
--with-ca-fallback && \
make curl_LDFLAGS=-all-static && \
strip src/curl && \
Expand Down

0 comments on commit 98221ab

Please sign in to comment.