Skip to content

Commit 4436ebf

Browse files
chore(deps): bump node from 73236ef to 0bcc32c in /react-router
Bumps node from `73236ef` to `0bcc32c`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea6dec0 commit 4436ebf

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:73236efc6d24b792e476251b7bc7b000f45314d0e084dcd6af3d0a54489ad489 AS frontend-builder
19+
FROM node:23@sha256:0bcc32c2d59aa8bf416a43be9672a59fa1b9f0f0fbdb6fe069d67e7be2f98e9e AS frontend-builder
2020

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

0 commit comments

Comments
 (0)