Skip to content

Commit

Permalink
chore(deps): update docker - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 2bc662d commit 2098a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:

opa:
container_name: ${COMPOSE_PROJECT_NAME}-opa
image: openpolicyagent/opa:0.65.0-static
image: openpolicyagent/opa:0.67.1-static
restart: on-failure
#ports:
# - '8181:8181'
Expand All @@ -100,7 +100,7 @@ services:

postgres:
container_name: ${COMPOSE_PROJECT_NAME}-postgres
image: postgres:16.3-alpine
image: postgres:16.4-alpine
restart: on-failure
ports:
- ${DB_PORT_HOST}:5432
Expand All @@ -120,7 +120,7 @@ services:
networks: ['agent-net']

postgres-veritable:
image: postgres:16.3-alpine
image: postgres:16.4-alpine
restart: on-failure
volumes:
- veritable-postgres:/var/lib/postgresql/data
Expand Down

0 comments on commit 2098a0b

Please sign in to comment.