Skip to content

Commit

Permalink
feat(deps): update gcr.io/gcp-runtimes/container-structure-test docke…
Browse files Browse the repository at this point in the history
…r tag to v1.11.0 (#899)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 21, 2021
1 parent 8c8a7b0 commit 62317e4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion azure-cli/docker-compose.yml
Expand Up @@ -14,7 +14,7 @@ services:
working_dir: /home/socialgouv

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
- alpine
command: >
Expand Down
2 changes: 1 addition & 1 deletion azure-db/docker-compose.yml
Expand Up @@ -29,7 +29,7 @@ services:
- POSTGRES_PASSWORD=postgres

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion bats/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion ci-deploy/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion curl/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion dhall/docker-compose.yml
Expand Up @@ -14,7 +14,7 @@ services:
working_dir: /home/socialgouv

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
- alpine
command: >
Expand Down
2 changes: 1 addition & 1 deletion git-deploy/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion kosko/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion kubectl/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion nginx/docker-compose.yml
Expand Up @@ -19,7 +19,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion nginx4spa/docker-compose.yml
Expand Up @@ -19,7 +19,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion no-k8s/docker-compose.yml
Expand Up @@ -16,7 +16,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion puppeteer/docker-compose.yml
Expand Up @@ -16,7 +16,7 @@ services:
#

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion wait-for-http/docker-compose.yml
Expand Up @@ -16,7 +16,7 @@ services:
working_dir: /home/socialgouv

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down
2 changes: 1 addition & 1 deletion wait-for-postgres/docker-compose.yml
Expand Up @@ -29,7 +29,7 @@ services:
- POSTGRES_PASSWORD=postgres

test:
image: gcr.io/gcp-runtimes/container-structure-test:v1.10.0
image: gcr.io/gcp-runtimes/container-structure-test:v1.11.0
depends_on:
alpine:
condition: service_started
Expand Down

0 comments on commit 62317e4

Please sign in to comment.