Skip to content

Commit

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

chore(deps): bump node from `3e392de` to `db2ab38` in /react-router
  • Loading branch information
ReneWerner87 authored Nov 18, 2024
2 parents 62d2fa7 + 27d1df2 commit 195a618
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:3e392de472c65b24a11dd1d506cc68f5346af76ac4e78f2ecb6e41f8dbb38361 AS frontend-builder
FROM node:23@sha256:db2ab3844812aac5e7822dd3c8d0112c9561e189818e3aae02805f98616e7f52 AS frontend-builder

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

0 comments on commit 195a618

Please sign in to comment.