Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
2038bf7859
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>
2026-08-07 04:12:39 +00:00

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"]
ARG UID=1000
ARG GID=1000