Skip to content

Commit

Permalink
Merge pull request #22 from vnsamsonov/main
Browse files Browse the repository at this point in the history
Update infrastructure dependencies for e2e-tests
  • Loading branch information
vnsamsonov authored Jul 6, 2023
2 parents f2b5cde + af5e200 commit 9f90bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e_tests/services/docker-compose-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.6'
services:

vault:
image: vault:1.10.0
image: vault:1.13.0
container_name: vault-e2e
networks:
- kind
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} # задаем пароль для superuser postgres

rabbit:
image: rabbitmq:3.10-management
image: rabbitmq:3.12-management
container_name: rabbitmq
networks:
- kind
Expand All @@ -43,7 +43,7 @@ services:
- "15672:15672"

keycloak:
image: quay.io/keycloak/keycloak:19.0.1
image: quay.io/keycloak/keycloak:21.1.0
container_name: keycloak
networks:
- kind
Expand Down

0 comments on commit 9f90bc6

Please sign in to comment.