Skip to content

Commit bcc40bf

Browse files
chore(deps): bump node from 42cb7b2 to ee8a0bc in /react-router
Bumps node from `42cb7b2` to `ee8a0bc`. --- updated-dependencies: - dependency-name: node dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7237690 commit bcc40bf

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:42cb7b259ff53bf6012a5e68a6d00f9f9a70857be829059e355ffff1feaaa48b AS frontend-builder
19+
FROM node:23@sha256:ee8a0bc5bbaece0c538c76e7c20fde6d4db319bbd5d4e423940999f16da89aa1 AS frontend-builder
2020

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

0 commit comments

Comments
 (0)