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] authored and Zoey2936 committed Jan 27, 2024
1 parent b6ad8d5 commit 35248b3
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 --platform="$BUILDPLATFORM" alpine:3.19.0 as build
FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as build

ARG NODE_ENV=production \
W2D_VERSION=v0.10.25 \
Expand All @@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn git && \
node-prune && \
yarn cache clean --all

FROM alpine:3.19.0
FROM alpine:3.19.1
RUN apk add --no-cache ca-certificates tzdata tini nodejs-current
COPY --from=build /app /app
WORKDIR /app
Expand Down

0 comments on commit 35248b3

Please sign in to comment.