Skip to content

Commit

Permalink
chore(deps): bump node from 3b73c4b to 73236ef in /react-router
Browse files Browse the repository at this point in the history
Bumps node from `3b73c4b` to `73236ef`.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 85bec64 commit 347c5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o react-router ./cmd/react-router/main.go

# Next stage: Build our frontend application.
FROM node:23@sha256:3b73c4b366d490f76908dda253bb4516bbb3398948fd880d8682c5ef16427eca AS frontend-builder
FROM node:23@sha256:73236efc6d24b792e476251b7bc7b000f45314d0e084dcd6af3d0a54489ad489 AS frontend-builder

# Set our working directory for this stage.
WORKDIR /frontendcompile
Expand Down

0 comments on commit 347c5ec

Please sign in to comment.