We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940d88d commit aded2a9Copy full SHA for aded2a9
Dockerfile
@@ -3,7 +3,7 @@
3
ARG PUSH_SENTRY_RELEASE="false"
4
5
# Build step #1: build the React front end
6
-FROM node:22-alpine AS build-step
+FROM node:23-alpine AS build-step
7
ARG SENTRY_RELEASE=""
8
WORKDIR /app
9
ENV PATH /app/node_modules/.bin:$PATH
0 commit comments