Update test.Dockerfile (bump containerd version)

bunp containerd version to match the needed one
docker-18.09
f0 2017-11-26 09:08:08 +01:00 committed by GitHub
parent 641ea63837
commit a65691d075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG RUNC_VERSION=74a17296470088de3805e138d3d87c62e613dfc4
ARG CONTAINERD_VERSION=4af5f657526a8aa5eedef734f5f29152031b1d3a
ARG CONTAINERD_VERSION=9649a428e8c470cddc0d5a3c394f36111f940adc
ARG BUILDKIT_TARGET=standalone
FROM golang:1.9-alpine AS gobuild-base