From 69716084ade8f4d76f05b98ff4506d691dd16baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 05:06:26 +0000 Subject: [PATCH] [docker] Bump node from 22.15-alpine3.21 to 25.2-alpine3.21 Bumps node from 22.15-alpine3.21 to 25.2-alpine3.21. --- updated-dependencies: - dependency-name: node dependency-version: 25.2-alpine3.21 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 20fc0aea..df7c0335 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:22.15-alpine3.21 as frontend-builder +FROM node:25.2-alpine3.21 as frontend-builder ARG REACT_APP_API_BASE_URI=http://localhost:8080/v1 ARG REACT_APP_DEMO_ENABLED=false