Skip to content

Commit b019845

Browse files
Update Node.js to v22 (#569)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 272e7c2 commit b019845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Base Node with Alpine ----
2-
FROM node:18.20.3-alpine3.18 AS base
2+
FROM node:22.2.0-alpine3.18 AS base
33
# Set working directory in the container
44
WORKDIR /app
55
# Copy package.json and yarn.lock files to the workspace
@@ -16,7 +16,7 @@ RUN cp -R node_modules prod_node_modules
1616
RUN yarn install --frozen-lockfile
1717

1818
# ---- Release ----
19-
FROM node:18.20.3-alpine3.18 AS release
19+
FROM node:22.2.0-alpine3.18 AS release
2020
# Set working directory
2121
WORKDIR /app
2222
# Copy production node_modules

0 commit comments

Comments
 (0)