Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 9646966 commit 29979eb
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 --platform="$BUILDPLATFORM" alpine:3.19.1 as build
FROM --platform="$BUILDPLATFORM" alpine:3.20.0 as build
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG PT_VERSION=v6.1.0 \
TARGETARCH
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN apk upgrade --no-cache -a && \
clean-modules --yes && \
yarn cache clean --all

FROM alpine:3.19.1
FROM alpine:3.20.0
COPY --chown=1000:1000 --from=build /app /app
WORKDIR /app

Expand Down

0 comments on commit 29979eb

Please sign in to comment.