Skip to content

Commit

Permalink
Bump Postgres 12.2 to 15.x on docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Jan 17, 2023
1 parent d456308 commit 2721b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:

db:
restart: always
image: postgres:12.2-alpine
image: postgres:15-alpine
networks:
- internal_network
env_file:
Expand Down

0 comments on commit 2721b45

Please sign in to comment.