Skip to content

Commit

Permalink
[docker] Bump node from 20.6-alpine3.18 to 20.7-alpine3.18
Browse files Browse the repository at this point in the history
Bumps node from 20.6-alpine3.18 to 20.7-alpine3.18.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent b519995 commit 07b779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
CGO_ENABLED=1 go build -mod vendor -ldflags "-s -w" -o authz ./cmd/

FROM node:20.6-alpine3.18 as frontend-builder
FROM node:20.7-alpine3.18 as frontend-builder

ARG REACT_APP_API_BASE_URI=http://localhost:8080/v1
ARG REACT_APP_DEMO_ENABLED=false
Expand Down

0 comments on commit 07b779f

Please sign in to comment.