Skip to content

Commit

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

chore(deps): bump node from `c65ab33` to `a2fea8b` in /react-router
  • Loading branch information
ReneWerner87 authored Nov 25, 2024
2 parents 1c6adcc + 5e769a0 commit 7830f51
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:c65ab339c494443a7d2ed36140674bc8815f7100b0d4cebfe0144ce35267a693 AS frontend-builder
FROM node:23@sha256:a2fea8b0b74b6e828caa6d83f4b2a0dcb2eb1ff90f30205c32f7bd36ddf976c4 AS frontend-builder

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

0 comments on commit 7830f51

Please sign in to comment.