Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent cfa14bc commit c4f81b4
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:8ec46835f28cc572d67820fc56a6c5ab7d08c6e9b690ae6941aad462943e152e AS frontend-builder
FROM node:23@sha256:3b73c4b366d490f76908dda253bb4516bbb3398948fd880d8682c5ef16427eca AS frontend-builder

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

0 comments on commit c4f81b4

Please sign in to comment.