Skip to content

Commit 96ff050

Browse files
authored
Merge pull request #3337 from gofiber/dependabot/docker/react-router/node-25
2 parents b6e3315 + 6c05d05 commit 96ff050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-router/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY . .
1616
RUN CGO_ENABLED=0 go build -o react-router ./cmd/react-router/main.go
1717

1818
# Next stage: Build our frontend application.
19-
FROM node:24@sha256:377f1c17906eb5a145c34000247faa486bece16386b77eedd5a236335025c2ef AS frontend-builder
19+
FROM node:25@sha256:92a8086f817cfaf95bfca41d2f72382ae64e87389fe865f9b2f06335edb34073 AS frontend-builder
2020

2121
# Set our working directory for this stage.
2222
WORKDIR /frontendcompile

0 commit comments

Comments
 (0)