We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0950baa + f737514 commit 13a9279Copy full SHA for 13a9279
Dockerfile
@@ -1,5 +1,5 @@
1
# --- dependencies image
2
-FROM --platform=${BUILDPLATFORM} node:20-alpine AS dependencies
+FROM --platform=${BUILDPLATFORM} node:22-alpine AS dependencies
3
LABEL maintainer="[email protected]"
4
WORKDIR /build
5
@@ -11,7 +11,7 @@ COPY yarn.lock /build
11
RUN yarn install --frozen-lockfile --ignore-scripts
12
13
# builder image
14
-FROM --platform=${BUILDPLATFORM} node:20-alpine AS builder
+FROM --platform=${BUILDPLATFORM} node:22-alpine AS builder
15
16
17
0 commit comments