From d1cfe6f26ffc821d0783963f5e57f1bd9f6b7736 Mon Sep 17 00:00:00 2001 From: rbhadti94 Date: Sat, 25 Apr 2020 19:16:06 +0100 Subject: [PATCH] upgrading to 1.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae5faca..f26d9e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM alpine:3.11.2 RUN apk add curl -RUN curl -LO https://storage.googleapis.com/container-structure-test/v1.8.0/container-structure-test-linux-amd64 \ +RUN curl -LO https://storage.googleapis.com/container-structure-test/v1.9.0/container-structure-test-linux-amd64 \ && chmod +x container-structure-test-linux-amd64 \ && mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test