From 07b779f5b942de6eeaab391f0240041ffc686407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 05:16:02 +0000 Subject: [PATCH] [docker] Bump node from 20.6-alpine3.18 to 20.7-alpine3.18 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] --- Dockerfile.standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 42edfa43..1807a9af 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -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