Skip to content

Commit

Permalink
Update postgres to 14.7 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilco375 authored Mar 8, 2023
1 parent f6f861a commit 344b77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: build
services:
db:
image: postgres:14.2
image: postgres:14.7
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
needs: build
services:
db:
image: postgres:14.2
image: postgres:14.7
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3'
services:
db:
env_file: .env # must include POSTGRES_PASSWORD, POSTGRES_USER, POSTGRES_HOST
image: postgres:14.2
image: postgres:14.7
volumes:
- postgres_data:/var/lib/postgresql/data
redis:
Expand Down

0 comments on commit 344b77a

Please sign in to comment.