Skip to content

Commit

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

chore(deps): bump node from `2f73096` to `8ec4683` in /react-router
  • Loading branch information
ReneWerner87 authored Jan 20, 2025
2 parents 4de0368 + 5beb984 commit aafe339
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:2f73096d856b0b9d6fa43002edb619f1527f939bab870eab6c909f633bcf56e9 AS frontend-builder
FROM node:23@sha256:8ec46835f28cc572d67820fc56a6c5ab7d08c6e9b690ae6941aad462943e152e AS frontend-builder

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

0 comments on commit aafe339

Please sign in to comment.