Skip to content

Commit aded2a9

Browse files
Bump node from 22-alpine to 23-alpine
Bumps node from 22-alpine to 23-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 940d88d commit aded2a9

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
@@ -3,7 +3,7 @@
33
ARG PUSH_SENTRY_RELEASE="false"
44

55
# Build step #1: build the React front end
6-
FROM node:22-alpine AS build-step
6+
FROM node:23-alpine AS build-step
77
ARG SENTRY_RELEASE=""
88
WORKDIR /app
99
ENV PATH /app/node_modules/.bin:$PATH

0 commit comments

Comments
 (0)