Skip to content

Commit

Permalink
Merge pull request #2781 from gofiber/dependabot/docker/react-router/…
Browse files Browse the repository at this point in the history
…node-73236ef

chore(deps): bump node from `3b73c4b` to `73236ef` in /react-router
  • Loading branch information
ReneWerner87 authored Feb 3, 2025
2 parents 85bec64 + 347c5ec commit dbc2022
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 dbc2022

Please sign in to comment.