Skip to content

Commit

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

chore(deps): bump node from `a2fea8b` to `ac6abe7` in /react-router
  • Loading branch information
ReneWerner87 authored Dec 6, 2024
2 parents 6d9ff9b + 15a5de2 commit e580e67
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:a2fea8b0b74b6e828caa6d83f4b2a0dcb2eb1ff90f30205c32f7bd36ddf976c4 AS frontend-builder
FROM node:23@sha256:ac6abe7d72fe2a535b331d862bf01e064abfd65c7b085c3ca6a51869014474a0 AS frontend-builder

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

0 comments on commit e580e67

Please sign in to comment.