From 6fac0062b6f8170fe93e1876ee873de1e1c3e7fa Mon Sep 17 00:00:00 2001 From: Jan-Philip Loos Date: Fri, 18 Oct 2024 22:05:06 +0200 Subject: [PATCH] Bump container-structure-test version to 1.19.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85e153b..773e71b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG CST_VERSION=1.16.0 +ARG CST_VERSION=1.19.1 RUN apk add --no-cache curl \ && curl -sSL https://storage.googleapis.com/container-structure-test/v${CST_VERSION}/container-structure-test-linux-amd64 -o /usr/local/bin/container-structure-test \ && chmod +x /usr/local/bin/container-structure-test \