Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Upgrade postgres to v13.12 to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
lparsons396 committed Dec 13, 2023
1 parent 904b607 commit 6c434b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

services:
postgres:
image: postgres:12.3
image: postgres:13.12
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres # pragma: allowlist secret
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- redis

db:
image: postgres:12.3
image: postgres:13.12
expose:
- 5432
environment:
Expand Down

0 comments on commit 6c434b6

Please sign in to comment.