Skip to content

Commit

Permalink
chore(deps): bump library/node from 20.11.1 to 20.12.0 (#1720)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2024
1 parent 1975406 commit 9b62263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR /kargo/bin
####################################################################################################
# ui-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.11.1 AS ui-builder
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.12.0 AS ui-builder

RUN npm install --global pnpm
WORKDIR /ui
Expand Down Expand Up @@ -86,7 +86,7 @@ CMD ["/usr/local/bin/kargo"]
# - supports development
# - not used for official image builds
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.11.1 AS ui-dev
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.12.0 AS ui-dev

RUN npm install --global pnpm
WORKDIR /ui
Expand Down

0 comments on commit 9b62263

Please sign in to comment.