Skip to content

Commit

Permalink
chore(deps): bump node from 20.11.0 to 22.1.0
Browse files Browse the repository at this point in the history
Bumps node from 20.11.0 to 22.1.0.

---
updated-dependencies:
- dependency-name: 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 May 7, 2024
1 parent bf87131 commit c8908c1
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,5 +1,5 @@
FROM docker.io/docker/buildx-bin:0.12.1 AS buildx
FROM node:20.11.0 AS node
FROM node:22.1.0 AS node
FROM docker.io/summerwind/actions-runner-dind:v2.316.0-ubuntu-22.04
USER root
RUN apt-get update \
Expand Down

0 comments on commit c8908c1

Please sign in to comment.