Skip to content

Commit fc4492b

Browse files
authored
Merge pull request #2 from rbhadti94/upgrading-container-structure-tests-to-1.9.0
Upgrading container structure tests to 1.9
2 parents 030c577 + d1cfe6f commit fc4492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM alpine:3.11.2
22

33
RUN apk add curl
44

5-
RUN curl -LO https://storage.googleapis.com/container-structure-test/v1.8.0/container-structure-test-linux-amd64 \
5+
RUN curl -LO https://storage.googleapis.com/container-structure-test/v1.9.0/container-structure-test-linux-amd64 \
66
&& chmod +x container-structure-test-linux-amd64 \
77
&& mv container-structure-test-linux-amd64 /usr/local/bin/container-structure-test

0 commit comments

Comments
 (0)