Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and airtower-luna committed Jul 7, 2024
1 parent 79385a0 commit f5cc931
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:22.3.0-bullseye
FROM docker.io/library/node:22.4.0-bullseye
COPY action.bash package.json package-lock.json /action/
WORKDIR /action/
RUN npm install
Expand Down

0 comments on commit f5cc931

Please sign in to comment.