Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent e1c9268 commit 60ccf81
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,4 +1,4 @@
FROM alpine:3.19.0 as build
FROM alpine:3.19.1 as build

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

FROM alpine:3.19.0
FROM alpine:3.19.1
COPY --from=build /src/curl/src/curl /usr/local/bin/curl
RUN apk add --no-cache ca-certificates tzdata && \
curl -V && \
Expand Down

0 comments on commit 60ccf81

Please sign in to comment.