Skip to content

Commit ce2b291

Browse files
dependabot[bot]robertknight
authored andcommitted
Bump node from 23.9-alpine to 23.10-alpine
Bumps node from 23.9-alpine to 23.10-alpine. --- updated-dependencies: - dependency-name: node dependency-version: 23.10-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9005381 commit ce2b291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build static frontend assets.
2-
FROM node:23.9-alpine as build
2+
FROM node:23.10-alpine as build
33

44
ENV NODE_ENV production
55

0 commit comments

Comments
 (0)