Skip to content

Commit 13a9279

Browse files
authored
Merge pull request #257 from pascaliske/renovate/node-22.x
2 parents 0950baa + f737514 commit 13a9279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- dependencies image
2-
FROM --platform=${BUILDPLATFORM} node:20-alpine AS dependencies
2+
FROM --platform=${BUILDPLATFORM} node:22-alpine AS dependencies
33
LABEL maintainer="[email protected]"
44
WORKDIR /build
55

@@ -11,7 +11,7 @@ COPY yarn.lock /build
1111
RUN yarn install --frozen-lockfile --ignore-scripts
1212

1313
# builder image
14-
FROM --platform=${BUILDPLATFORM} node:20-alpine AS builder
14+
FROM --platform=${BUILDPLATFORM} node:22-alpine AS builder
1515
LABEL maintainer="[email protected]"
1616
WORKDIR /build
1717

0 commit comments

Comments
 (0)