Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker: Do not pin the ca-certs pkg version
Hadolint advises to pin a version, but in this specific case isn't very useful because: - We always want the latest version for the ca-certificates package - It has a date-based versioning so we couldn't use the common `=~` selector for patch updates. It mostly breaks every time the Alpine repository releases a new version because they don't keep the previous one.
- Loading branch information