Skip to content

Commit 7db41a2

Browse files
authored
Merge branch 'main' into renovate/lock-file-maintenance
2 parents 6bb7992 + 1745986 commit 7db41a2

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.15.1-slim AS build
2+
FROM node:22.16.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.15.1-slim AS dependencies
10+
FROM node:22.16.0-slim AS dependencies
1111

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

0 commit comments

Comments
 (0)