Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored May 22, 2024
1 parent f2fb1bd commit 808ef78
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 NODE_ENV=production \
W2D_VERSION=v0.10.26 \
Expand All @@ -18,7 +18,7 @@ RUN apk upgrade --no-cache -a && \
clean-modules --yes && \
yarn cache clean --all

FROM alpine:3.19.1
FROM alpine:3.20.0
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata tini nodejs-current
COPY --from=build /app /app
Expand Down

0 comments on commit 808ef78

Please sign in to comment.