Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 511c81b commit 0e2850d
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" node:18.20.2-alpine3.19 as build
FROM --platform="$BUILDPLATFORM" node:20.12.2-alpine3.19 as build
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG PT_VERSION=v6.1.0 \
TARGETARCH
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN apk upgrade --no-cache -a && \
fi && \
yarn cache clean --all

FROM node:18.20.2-alpine3.19
FROM node:20.12.2-alpine3.19
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
COPY --from=build /app /app
WORKDIR /app
Expand Down

0 comments on commit 0e2850d

Please sign in to comment.