Skip to content

Commit

Permalink
Update dependency anchore/anchore-engine to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 8756009 commit 7ea2bd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions provisioning/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumes:
services:
# The primary API endpoint service
api:
image: anchore/anchore-engine:v0.9.0
image: anchore/anchore-engine:v1.1.0
networks:
- cicd
depends_on:
Expand All @@ -34,7 +34,7 @@ services:

# Catalog is the primary persistence and state manager of the system
catalog:
image: anchore/anchore-engine:v0.9.0
image: anchore/anchore-engine:v1.1.0
networks:
- cicd
depends_on:
Expand All @@ -51,7 +51,7 @@ services:
- ANCHORE_DB_PASSWORD=mysecretpassword
command: ["anchore-manager", "service", "start", "catalog"]
queue:
image: anchore/anchore-engine:v0.9.0
image: anchore/anchore-engine:v1.1.0
networks:
- cicd
depends_on:
Expand All @@ -69,7 +69,7 @@ services:
- ANCHORE_DB_PASSWORD=mysecretpassword
command: ["anchore-manager", "service", "start", "simplequeue"]
policy-engine:
image: anchore/anchore-engine:v0.9.0
image: anchore/anchore-engine:v1.1.0
networks:
- cicd
depends_on:
Expand All @@ -87,7 +87,7 @@ services:
- ANCHORE_DB_PASSWORD=mysecretpassword
command: ["anchore-manager", "service", "start", "policy_engine"]
analyzer:
image: anchore/anchore-engine:v0.9.0
image: anchore/anchore-engine:v1.1.0
networks:
- cicd
depends_on:
Expand Down

0 comments on commit 7ea2bd6

Please sign in to comment.