Skip to content

Commit

Permalink
chore(deps): bump library/node from 22.8.0 to 23.4.0
Browse files Browse the repository at this point in the history
Bumps library/node from 22.8.0 to 23.4.0.

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent d77a544 commit 41d8956
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 @@ -3,7 +3,7 @@ ARG BASE_IMAGE=kargo-base
####################################################################################################
# ui-builder
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.8.0 AS ui-builder
FROM --platform=$BUILDPLATFORM docker.io/library/node:23.4.0 AS ui-builder

ARG PNPM_VERSION=9.0.3
RUN npm install --global pnpm@${PNPM_VERSION}
Expand Down Expand Up @@ -97,7 +97,7 @@ CMD ["/usr/local/bin/kargo"]
# - supports development
# - not used for official image builds
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.8.0 AS ui-dev
FROM --platform=$BUILDPLATFORM docker.io/library/node:23.4.0 AS ui-dev

ARG PNPM_VERSION=9.0.3
RUN npm install --global pnpm@${PNPM_VERSION}
Expand Down

0 comments on commit 41d8956

Please sign in to comment.