We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ed514e + e48849c commit ebbdedfCopy full SHA for ebbdedf
react-router/Dockerfile
@@ -16,7 +16,7 @@ COPY . .
16
RUN CGO_ENABLED=0 go build -o react-router ./cmd/react-router/main.go
17
18
# Next stage: Build our frontend application.
19
-FROM node:24@sha256:dc4ac80350904c2797058e477a30b6285e9e025f23f139ea8b277c9efe55dd9a AS frontend-builder
+FROM node:24@sha256:14fe96d5b60b7fe5ac5eeed9e5866a23412cb8503d8a2fd215f6a923cca6de58 AS frontend-builder
20
21
# Set our working directory for this stage.
22
WORKDIR /frontendcompile
0 commit comments