Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfbc56f

Browse files
octo-sts[bot]mamccorm
andauthoredMar 17, 2025··
docker/28.0.1-r2: cve remediation (#46982)
docker/28.0.1-r2: fix GHSA-qxp5-gwg8-xv66 Advisory data: https://github.com/wolfi-dev/advisories/blob/main/docker.advisories.yaml Source code for this service: https://go/cve-remedy-automation-source Logs for this execution: https://go/cve-remedy-automation-logs Docs for this service: _(not provided yet)_ --------- Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev> Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> Co-authored-by: Mark McCormick <mark.mccormick@chainguard.dev>
1 parent 8056f5c commit cfbc56f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docker.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: docker
33
version: "28.0.1"
4-
epoch: 2
4+
epoch: 3
55
description: A meta package for Docker Engine and Docker CLI
66
copyright:
77
- license: Apache-2.0
@@ -79,6 +79,7 @@ pipeline:
7979
sed -i 's|github.com/opencontainers/runc v1.1.13|github.com/opencontainers/runc v1.1.14|' vendor.mod
8080
sed -i 's|github.com/golang-jwt/jwt/v4 v4.5.0|github.com/golang-jwt/jwt/v4 v4.5.1|' vendor.mod
8181
sed -i 's|golang.org/x/oauth2 v0.23.0|golang.org/x/oauth2 v0.27.0|' vendor.mod
82+
sed -i 's|golang.org/x/net v0.33.0|golang.org/x/oauth2 v0.36.0|' vendor.mod
8283
8384
./hack/vendor.sh
8485

0 commit comments

Comments
 (0)
Failed to load comments.