Skip to content

Commit fb67218

Browse files
Bump node from 22-alpine to 24-alpine in /client
Bumps node from 22-alpine to 24-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc81af8 commit fb67218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the client files in a build stage
2-
FROM node:22-alpine as ngbuild
2+
FROM node:24-alpine as ngbuild
33

44
WORKDIR /client
55

0 commit comments

Comments
 (0)