Skip to content

Commit daffdc3

Browse files
renovate[bot]Zoey2936
authored andcommitted
Update alpine Docker tag to v3.21.0
1 parent 4472528 commit daffdc3

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,5 +1,5 @@
11
# syntax=docker/dockerfile:labs
2-
FROM alpine:3.20.3 AS build
2+
FROM alpine:3.21.0 AS build
33
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
44
ARG CURL_VERSION=curl-8_11_0
55
ARG WS_VERSION=v5.7.4-stable
@@ -39,7 +39,7 @@ RUN apk upgrade --no-cache -a && \
3939
make -j "$(nproc)" LDFLAGS="-static -all-static" && \
4040
strip -s /src/curl/src/curl
4141

42-
FROM alpine:3.20.3
42+
FROM alpine:3.21.0
4343
COPY --from=build /src/curl/src/curl /usr/local/bin/curl
4444
RUN apk upgrade --no-cache -a && \
4545
apk add --no-cache ca-certificates tzdata tini && \

0 commit comments

Comments
 (0)