Skip to content

Commit f737514

Browse files
chore(deps): update node.js to v22
1 parent 0950baa commit f737514

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)