Skip to content

Commit 7174f58

Browse files
authored
Update Dockerfile
1 parent 60a05f7 commit 7174f58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# static curl build
2-
FROM alpine:3.10 as curlstage
3-
ARG VERSION="7.67.0"
2+
FROM alpine:3.18 as curlstage
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)