Skip to content

Commit

Permalink
chore(deps): bump node from 9e8f45f to 9456710 in /support
Browse files Browse the repository at this point in the history
Bumps node from `9e8f45f` to `9456710`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent f2d07a9 commit 0068881
Showing 1 changed file with 1 addition and 1 deletion.
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:22.2.0-alpine@sha256:9e8f45fc08c709b1fd87baeeed487977f57585f85f3838c01747602cd85a64bb as garden-base-root
FROM node:22.2.0-alpine@sha256:94567107148ac59f1eb2ad9b7c1db03f1a1a12d28717b29eda0535aa3bd2f71e as garden-base-root

RUN apk add --no-cache \
bash \
Expand Down

0 comments on commit 0068881

Please sign in to comment.