Skip to content

Commit

Permalink
Merge pull request moby#5032 from tonistiigi/update-cni-delve
Browse files Browse the repository at this point in the history
Update CNI and Delve
  • Loading branch information
AkihiroSuda authored Jun 13, 2024
2 parents 70be02f + 7bca2f0 commit 313a611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG CONTAINERD_VERSION=v1.7.18
ARG CONTAINERD_ALT_VERSION_16=v1.6.33
ARG REGISTRY_VERSION=v2.8.3
ARG ROOTLESSKIT_VERSION=v2.0.0
ARG CNI_VERSION=v1.3.0
ARG CNI_VERSION=v1.5.0
ARG STARGZ_SNAPSHOTTER_VERSION=v0.15.1
ARG NERDCTL_VERSION=v1.6.2
ARG DNSNAME_VERSION=v1.3.1
Expand All @@ -15,7 +15,7 @@ ARG MINIO_VERSION=RELEASE.2022-05-03T20-36-08Z
ARG MINIO_MC_VERSION=RELEASE.2022-05-04T06-07-55Z
ARG AZURITE_VERSION=3.18.0
ARG GOTESTSUM_VERSION=v1.9.0
ARG DELVE_VERSION=v1.21.0
ARG DELVE_VERSION=v1.22.1

ARG GO_VERSION=1.21
ARG ALPINE_VERSION=3.20
Expand Down

0 comments on commit 313a611

Please sign in to comment.