diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 20fc0aea..8392d5fe 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:24.7-alpine3.21 as frontend-builder ARG REACT_APP_API_BASE_URI=http://localhost:8080/v1 ARG REACT_APP_DEMO_ENABLED=false