Skip to content

Commit

Permalink
Bump library/node from 21.7.3-bullseye to 22.0.0-bullseye
Browse files Browse the repository at this point in the history
Bumps library/node from 21.7.3-bullseye to 22.0.0-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and airtower-luna committed Apr 27, 2024
1 parent c75121d commit 9c904d2
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
@@ -1,4 +1,4 @@
FROM docker.io/library/node:21.7.3-bullseye
FROM docker.io/library/node:22.0.0-bullseye
COPY action.bash package.json package-lock.json /action/
WORKDIR /action/
RUN npm install
Expand Down

0 comments on commit 9c904d2

Please sign in to comment.