Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update go,k8s,base-image #174

Merged
merged 2 commits into from
Apr 20, 2024

Update go,k8s,base-image

0a44dfc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: update go,k8s,base-image #174

Update go,k8s,base-image
0a44dfc
Select commit
Loading
Failed to load commit list.
GitHub Actions / hadolint succeeded Apr 19, 2024 in 1s

reviewdog [hadolint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

Dockerfile|14 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>
Dockerfile|14 col 1| Avoid additional packages by specifying --no-install-recommends
Dockerfile|61 col 1| Pin versions in apt get install. Instead of apt-get install <package> use apt-get install <package>=<version>