Skip to content

Commit

Permalink
Bump runc to address vulnerabilities
Browse files Browse the repository at this point in the history
See CVE-2024-21626.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and dfarrell07 committed Feb 13, 2024
1 parent a8a0e4c commit b14d3d0
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/submariner-io/shipyard/tools

go 1.20
go 1.21

require (
github.com/docker/buildx v0.12.1
Expand Down Expand Up @@ -241,7 +241,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
github.com/opencontainers/runc v1.1.9 // indirect
github.com/opencontainers/runc v1.1.12 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Expand Down
Loading

0 comments on commit b14d3d0

Please sign in to comment.