Skip to content

Commit

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

chore(deps): bump node from `db2ab38` to `c65ab33` in /react-router
  • Loading branch information
ReneWerner87 authored Nov 19, 2024
2 parents 195a618 + 122a0ab commit 1c6adcc
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:db2ab3844812aac5e7822dd3c8d0112c9561e189818e3aae02805f98616e7f52 AS frontend-builder
FROM node:23@sha256:c65ab339c494443a7d2ed36140674bc8815f7100b0d4cebfe0144ce35267a693 AS frontend-builder

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

0 comments on commit 1c6adcc

Please sign in to comment.