Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: remove base image tag (#2546)
When hash is specified the tag is ignored, see moby/moby#37866 The tag apparently confused dependabot and prevents it from updating the image: ``` updater | 2023/08/29 00:21:53 INFO <job_714994438> Checking if library/alpine-3 latest needs updating updater | 2023/08/29 00:21:53 INFO <job_714994438> Latest version is latest proxy | 2023/08/29 00:21:53 [018] HEAD https://registry.opensource.zalan.do:443/v2/library/alpine-3/manifests/latest proxy | 2023/08/29 00:21:53 [018] 200 https://registry.opensource.zalan.do:443/v2/library/alpine-3/manifests/latest updater | 2023/08/29 00:21:53 INFO <job_714994438> Pull request already exists for library/alpine-3 with latest version latest ``` Signed-off-by: Alexander Yastrebov <[email protected]>
- Loading branch information