Skip to content

Commit

Permalink
Merge pull request #2145 from thaJeztah/bump_containerd_runc
Browse files Browse the repository at this point in the history
Dockerfile: update containerd and runc to the latest patch releases
  • Loading branch information
tonistiigi authored Jun 1, 2021
2 parents e51dbe9 + 750a9a5 commit d919be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax = docker/dockerfile:1.2

ARG RUNC_VERSION=v1.0.0-rc93
ARG CONTAINERD_VERSION=v1.5.0
ARG RUNC_VERSION=v1.0.0-rc95
ARG CONTAINERD_VERSION=v1.5.2
# containerd v1.4 for integration tests
ARG CONTAINERD_ALT_VERSION=v1.4.4
ARG CONTAINERD_ALT_VERSION=v1.4.6
# available targets: buildkitd, buildkitd.oci_only, buildkitd.containerd_only
ARG BUILDKIT_TARGET=buildkitd
ARG REGISTRY_VERSION=2.7.1
Expand Down

0 comments on commit d919be2

Please sign in to comment.