Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent e7dfb73 commit 4703439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

services:
db:
image: postgres:12.18
image: postgres:12.19
# Health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ x-extra-hosts: &default-extra-hosts

services:
db:
image: postgres:12.18
image: postgres:12.19
environment:
POSTGRES_PASSWORD: postgres # pragma: allowlist secret
ports:
Expand Down

0 comments on commit 4703439

Please sign in to comment.