We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 030c577 + d1cfe6f commit fc4492bCopy full SHA for fc4492b
Dockerfile
@@ -2,6 +2,6 @@ FROM alpine:3.11.2
2
3
RUN apk add curl
4
5
-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 \
6
&& chmod +x container-structure-test-linux-amd64 \
7
&& mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test
0 commit comments