chore(deps): update docker.io/library/node docker tag to v25.1.0
All checks were successful
Helm / helm-unittest (push) Successful in 7s
Helm / helm-lint (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (pull_request) Successful in 16s

This commit is contained in:
2025-10-29 17:10:20 +00:00
parent a8b05f3152
commit e04fe60666
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:25.0.0-alpine
image: docker.io/library/node:25.1.0-alpine
runs-on:
- ubuntu-latest
steps:
@@ -31,7 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:25.0.0-alpine
image: docker.io/library/node:25.1.0-alpine
runs-on:
- ubuntu-latest
steps: