Skip to content

Commit

Permalink
Dockerfile: update runc binary to 1.2.0
Browse files Browse the repository at this point in the history
https://github.com/opencontainers/runc/releases/tag/v1.2.0

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Oct 22, 2024
1 parent 17896f6 commit ef07f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile-upstream:master

ARG RUNC_VERSION=v1.1.14
ARG RUNC_VERSION=v1.2.0
ARG CONTAINERD_VERSION=v1.7.22
# CONTAINERD_ALT_VERSION_16 defines fallback containerd version for integration tests
ARG CONTAINERD_ALT_VERSION_16=v1.6.36
Expand Down

0 comments on commit ef07f77

Please sign in to comment.