Skip to content

Commit b57c4bb

Browse files
chore(deps): update node.js to v22.11.0
1 parent 14251b8 commit b57c4bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build static files
2-
FROM node:22.10.0-slim AS build
2+
FROM node:22.11.0-slim AS build
33
WORKDIR /app
44
COPY *.json ./
55
RUN npm ci --omit=dev --ignore-scripts

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build static files
2-
FROM node:22.10.0-slim AS build
2+
FROM node:22.11.0-slim AS build
33

44
WORKDIR /app
55
COPY . .

0 commit comments

Comments
 (0)