Skip to content

Commit 0810de4

Browse files
chore(deps): update node.js to v22.19.0 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d3fe64 commit 0810de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Build
2-
FROM node:22.18.0-slim AS build
2+
FROM node:22.19.0-slim AS build
33

44
# Copy, build static files; see .dockerignore for exclusions
55
WORKDIR /app
66
COPY . ./
77
RUN npm run deploy
88

99
# Dependencies
10-
FROM node:22.18.0-slim AS dependencies
10+
FROM node:22.19.0-slim AS dependencies
1111

1212
# Copy, build static files; see .dockerignore for exclusions
1313
WORKDIR /app

0 commit comments

Comments
 (0)