From cd098e0cad4a0155b37179a77c6759ec33be0d61 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 15 Jul 2019 18:56:04 +0200 Subject: Pin test images on a non rolling tag Mainly busybox:latest to the current latest which is 1.31.0-uclibc Signed-off-by: Ulysses Souza --- tests/fixtures/build-ctx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fixtures/build-ctx/Dockerfile') diff --git a/tests/fixtures/build-ctx/Dockerfile b/tests/fixtures/build-ctx/Dockerfile index dd864b83..4acac9c7 100644 --- a/tests/fixtures/build-ctx/Dockerfile +++ b/tests/fixtures/build-ctx/Dockerfile @@ -1,3 +1,3 @@ -FROM busybox:latest +FROM busybox:1.31.0-uclibc LABEL com.docker.compose.test_image=true CMD echo "success" -- cgit v1.2.3