Merge pull request 'chore(deps): update docker.io/library/node docker tag to v25.2.1' (#111) from renovate/update-docker.iolibrarynode into master
All checks were successful
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Successful in 17s

This commit is contained in:
2025-11-17 18:06:14 +00:00
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.2.0-alpine
image: docker.io/library/node:25.2.1-alpine
runs-on:
- ubuntu-latest
steps:
@@ -31,7 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:25.2.0-alpine
image: docker.io/library/node:25.2.1-alpine
runs-on:
- ubuntu-latest
steps: