Skip to content

Commit 0c3f230

Browse files
Bump node from 16 to 23
Bumps node from 16 to 23. --- updated-dependencies: - dependency-name: node dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51be611 commit 0c3f230

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
# Build container for the frontend bundle
2-
FROM node:16 as build
2+
FROM node:23 as build
33

44
WORKDIR /usr/src/app
55

@@ -9,7 +9,7 @@ RUN npm ci
99
RUN npm run build:staging
1010

1111
# Create the server to host the static files
12-
FROM node:16 as server
12+
FROM node:23 as server
1313

1414
WORKDIR /usr/src/app
1515

0 commit comments

Comments
 (0)