Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Zoey2936 committed Jun 20, 2024
1 parent c9f0e93 commit 210aceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:labs
FROM alpine:3.20.0 as build
FROM alpine:3.20.1 as build
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG CURL_VERSION=8.8.0
ARG WS_VERSION=v5.7.0-stable
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN apk upgrade --no-cache -a && \
make -j "$(nproc)" LDFLAGS="-static -all-static" && \
strip -s /src/curl/src/curl

FROM alpine:3.20.0
FROM alpine:3.20.1
COPY --from=build /src/curl/src/curl /usr/local/bin/curl
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini && \
Expand Down

0 comments on commit 210aceb

Please sign in to comment.