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 aecd8d0 + fc4d8b0 commit 734c7ecCopy full SHA for 734c7ec
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:9f756c50a38aea7d680761fbcf254693f131a5c6f73692c543d992cb93b93c4f AS frontend-builder
+FROM node:24@sha256:82a1d74c5988b72e839ac01c5bf0f7879a8ffd14ae40d7008016bca6ae12852b AS frontend-builder
20
21
# Set our working directory for this stage.
22
WORKDIR /frontendcompile
0 commit comments