Skip to content

Commit e059e80

Browse files
authored
Merge pull request #1218 from giuseppe/update-containerd-1.7.1
tests: update containerd
2 parents ab4b251 + 026f249 commit e059e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/containerd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update \
1717
&& (cd /root/go/src/github.com/containerd \
1818
&& git clone https://github.com/containerd/containerd \
1919
&& cd containerd \
20-
&& git reset --hard v1.6.8 \
20+
&& git reset --hard v1.7.1 \
2121
&& make \
2222
&& make binaries \
2323
&& make install \

0 commit comments

Comments
 (0)