Skip to content

Commit 15d6b50

Browse files
authored
Merge pull request #3043 from gofiber/dependabot/docker/react-router/node-01465bb
chore(deps): bump node from `c5bfe90` to `01465bb` in /react-router
2 parents b94d8a7 + 8f0b209 commit 15d6b50

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:23@sha256:c5bfe90b30e795ec57bcc0040065ca6f284af84a1dafd22a207bd6b48c39ce01 AS frontend-builder
19+
FROM node:23@sha256:01465bb3bd39aa65fe0be5ee6156b004bff67aac602f3ca422817f54bef8a4e5 AS frontend-builder
2020

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

0 commit comments

Comments
 (0)