Skip to content

Commit

Permalink
deps:chore - update postgres Docker tag to v14 (#493)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Bruno <lucas.bruno@zup.com.br>
  • Loading branch information
3 people authored Dec 15, 2021
1 parent 1a66ab5 commit 0cf772b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- "15672:15672"
horusec_postgresql:
container_name: horusec_postgresql
image: postgres:12
image: postgres:14
ports:
- "5432:5432"
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
horusec_postgresql_keycloak:
network_mode: "host"
container_name: horusec_postgresql_keycloak
image: postgres:12
image: postgres:14
expose:
- "5433"
command: -p 5433
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
horusec_postgresql:
network_mode: "host"
container_name: horusec_postgresql
image: postgres:12
image: postgres:14
environment:
POSTGRES_PASSWORD: root
POSTGRES_USER: root
Expand Down

0 comments on commit 0cf772b

Please sign in to comment.