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 f1d1eb4 + 04c2d04 commit 67f9e83Copy full SHA for 67f9e83
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:d2b6b5aedb5b729f68ee1129e0f5a5d4713d93f82448249e82241876d8e8d86e AS frontend-builder
+FROM node:24@sha256:701c8a634cb3ddbc1dc9584725937619716882525356f0989f11816ba3747a22 AS frontend-builder
20
21
# Set our working directory for this stage.
22
WORKDIR /frontendcompile
0 commit comments