Skip to content

Commit 2574df5

Browse files
authored
Update Dockerfile
1 parent 500ffee commit 2574df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# static curl build
22
FROM alpine:3.18 as curlstage
3-
ARG VERSION="7.67.0"
3+
ARG VERSION="8.4.0"
44

55
RUN \
66
echo "**** install deps ****" && \
@@ -17,6 +17,7 @@ RUN \
1717
cd curl-* && \
1818
./configure \
1919
--disable-shared \
20+
--with-openssl \
2021
--with-ca-fallback && \
2122
make curl_LDFLAGS=-all-static && \
2223
strip src/curl && \

0 commit comments

Comments
 (0)