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 b6e3315 + 6c05d05 commit 96ff050Copy full SHA for 96ff050
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:377f1c17906eb5a145c34000247faa486bece16386b77eedd5a236335025c2ef AS frontend-builder
+FROM node:25@sha256:92a8086f817cfaf95bfca41d2f72382ae64e87389fe865f9b2f06335edb34073 AS frontend-builder
20
21
# Set our working directory for this stage.
22
WORKDIR /frontendcompile
0 commit comments