Skip to content

Commit

Permalink
Merge pull request #589 from eko/dependabot/docker/node-21.6-alpine3.18
Browse files Browse the repository at this point in the history
[docker] Bump node from 21.5-alpine3.18 to 21.6-alpine3.18
  • Loading branch information
eko authored Jan 22, 2024
2 parents fa84939 + 05420e1 commit 97df961
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:21.5-alpine3.18 as frontend-builder
FROM node:21.6-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 97df961

Please sign in to comment.