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 15d6b50 + f067171 commit 7237690Copy full SHA for 7237690
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:23@sha256:01465bb3bd39aa65fe0be5ee6156b004bff67aac602f3ca422817f54bef8a4e5 AS frontend-builder
+FROM node:23@sha256:42cb7b259ff53bf6012a5e68a6d00f9f9a70857be829059e355ffff1feaaa48b AS frontend-builder
20
21
# Set our working directory for this stage.
22
WORKDIR /frontendcompile
0 commit comments