chore(deps): bump hoverkraft-tech/docker-base-images/super-linter

Bumps the docker-dependencies group with 1 update in the / directory: [hoverkraft-tech/docker-base-images/super-linter](https://github.com/hoverkraft-tech/docker-base-images).


Updates `hoverkraft-tech/docker-base-images/super-linter` from 0.4.1 to 0.6.0
- [Release notes](https://github.com/hoverkraft-tech/docker-base-images/releases)
- [Commits](https://github.com/hoverkraft-tech/docker-base-images/compare/0.4.1...0.6.0)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/docker-base-images/super-linter
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-28 04:07:07 +00:00 committed by GitHub
parent 41d0b88792
commit eb61e3768f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.4.1 FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.6.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"] HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000 ARG UID=1000
ARG GID=1000 ARG GID=1000