Skip to content

Commit 67f9e83

Browse files
authored
Merge pull request #3315 from gofiber/dependabot/docker/react-router/node-701c8a6
chore(deps): bump node from `d2b6b5a` to `701c8a6` in /react-router
2 parents f1d1eb4 + 04c2d04 commit 67f9e83

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:d2b6b5aedb5b729f68ee1129e0f5a5d4713d93f82448249e82241876d8e8d86e AS frontend-builder
19+
FROM node:24@sha256:701c8a634cb3ddbc1dc9584725937619716882525356f0989f11816ba3747a22 AS frontend-builder
2020

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

0 commit comments

Comments
 (0)