Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent be638e6 commit d066b0c
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:21-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 d066b0c

Please sign in to comment.