Skip to content

Commit

Permalink
Bump Postgres 12.2 to 15.x on docker-compose.yml (#9641)
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 authored Jan 17, 2023
1 parent 79212bb commit 57b1fe4
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 57b1fe4

Please sign in to comment.