Skip to content

Commit ce63667

Browse files
renovate[bot]Zoey2936
authored andcommitted
Update alpine Docker tag to v3.19.1
1 parent e1c9268 commit ce63667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19.0 as build
1+
FROM alpine:3.19.1 as build
22

33
ARG CURL_VERSION=8.5.0
44
ARG WS_VERSION=v5.6.6-stable
@@ -37,7 +37,7 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake co
3737
make -j "$(nproc)" LDFLAGS="-static -all-static" && \
3838
strip -s /src/curl/src/curl
3939

40-
FROM alpine:3.19.0
40+
FROM alpine:3.19.1
4141
COPY --from=build /src/curl/src/curl /usr/local/bin/curl
4242
RUN apk add --no-cache ca-certificates tzdata && \
4343
curl -V && \

0 commit comments

Comments
 (0)