Skip to content

Commit

Permalink
DP-1469: upgrade postgres image to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhoubk committed Nov 27, 2024
1 parent adeb895 commit ca2f378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

services:
db:
image: postgres
image: postgres:16.4
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: root
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 8080:8080

db:
image: postgres:12.2
image: postgres:16.4
restart: always
environment:
POSTGRES_USER: root
Expand Down

0 comments on commit ca2f378

Please sign in to comment.