Skip to content

Commit

Permalink
Merge pull request #2 from rbhadti94/upgrading-container-structure-te…
Browse files Browse the repository at this point in the history
…sts-to-1.9.0

Upgrading container structure tests to 1.9
  • Loading branch information
jpreese authored Apr 25, 2020
2 parents 030c577 + d1cfe6f commit fc4492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc4492b

Please sign in to comment.