Skip to content

Commit

Permalink
Bump node from 20-alpine3.18 to 22-alpine3.18
Browse files Browse the repository at this point in the history
Bumps node from 20-alpine3.18 to 22-alpine3.18.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent ac43bb1 commit 35fbcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --update --no-cache ca-certificates shadow && \
###################
# UI build stage
###################
FROM --platform=$BUILDPLATFORM node:20-alpine3.18 AS ui-builder
FROM --platform=$BUILDPLATFORM node:22-alpine3.18 AS ui-builder
WORKDIR /src
COPY ["ui/package.json", "ui/yarn.lock", "./"]
RUN yarn install --network-timeout 200000 && \
Expand Down

0 comments on commit 35fbcf3

Please sign in to comment.