Skip to content

Commit

Permalink
chore(deps): bump node from 23.2.0-bookworm-slim to 23.3.0-bookworm-s…
Browse files Browse the repository at this point in the history
…lim in /support (#6674)

chore(deps): bump node in /support

Bumps node from 23.2.0-bookworm-slim to 23.3.0-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 820d7b7 commit a5425f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VARIANT=root

# NOTE: This is not the node version Garden itself will run in. Garden binaries have node "built in" and the version installed on the system does not matter.
# The main reason we base these images off of the Node image is for Azure DevOps Support.
FROM node:23.2.0-alpine@sha256:ecefaffd4706c5879af52e022fdb8ea30cbd6590e2a30d05347790d690727c6c as garden-base-root
FROM node:23.3.0-alpine@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df as garden-base-root

RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion support/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VARIANT=root

# NOTE: This is not the node version Garden itself will run in. Garden binaries have node "built in" and the version installed on the system does not matter.
# The main reason we base these images off of the Node image is for Azure DevOps Support.
FROM node:23.2.0-bookworm-slim@sha256:3f9d2adfecdd2cd4cc37e1bb06664e5b89915791ff2e44357001857975b4ebd9 as garden-bookworm-base-root
FROM node:23.3.0-bookworm-slim@sha256:a612c124cf719af9f037f0b9c40dd0511b8fe23d4fc330202c6a6462f2afb8ef as garden-bookworm-base-root

FROM garden-bookworm-base-root as garden-base-root
# system dependencies
Expand Down

0 comments on commit a5425f9

Please sign in to comment.