Skip to content

Commit

Permalink
Merge branch 'master' into worklfow-start-count
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed Jun 17, 2023
2 parents 56c6485 + dc20ea8 commit cedf041
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/buildkite/docker-compose-local.yml
Expand Up @@ -25,7 +25,7 @@ services:
- mysql

postgres:
image: postgres:12
image: postgres:12.4
environment:
POSTGRES_PASSWORD: cadence
POSTGRES_USER: cadence
Expand Down
2 changes: 1 addition & 1 deletion docker/buildkite/docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:
- mysql

postgres:
image: postgres:12
image: postgres:12.4
environment:
POSTGRES_PASSWORD: cadence
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/postgres.yml
@@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:12
image: postgres:12.4
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: cadence
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-postgres.yml
@@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:12
image: postgres:12.4
environment:
POSTGRES_USER: cadence
POSTGRES_PASSWORD: cadence
Expand Down

0 comments on commit cedf041

Please sign in to comment.