Skip to content

Commit

Permalink
Dockerfile: bump up dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <[email protected]>
  • Loading branch information
ktock committed Feb 4, 2025
1 parent 8441124 commit 5634e69
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG CONTAINERD_VERSION=v2.0.0
ARG RUNC_VERSION=v1.2.1
ARG CNI_PLUGINS_VERSION=v1.6.0
ARG CONTAINERD_VERSION=v2.0.2
ARG RUNC_VERSION=v1.2.4
ARG CNI_PLUGINS_VERSION=v1.6.2
# TODO: support v2
ARG NERDCTL_VERSION=1.7.7

ARG PODMAN_VERSION=v5.2.5
ARG CRIO_VERSION=v1.31.2
ARG PODMAN_VERSION=v5.3.2
ARG CRIO_VERSION=v1.32.1
ARG CONMON_VERSION=v2.1.12
ARG COMMON_VERSION=v0.61.0
ARG COMMON_VERSION=v0.62.0
ARG CRIO_TEST_PAUSE_IMAGE_NAME=registry.k8s.io/pause:3.6
ARG NETAVARK_VERSION=v1.13.0
ARG NETAVARK_VERSION=v1.13.1

ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
ARG SLIRP4NETNS_VERSION=v1.3.1
Expand Down

0 comments on commit 5634e69

Please sign in to comment.