Skip to content

Commit

Permalink
build: update to postgres 17 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
samhwang authored Dec 15, 2024
1 parent 168ab06 commit ad91cf6
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
@@ -1,6 +1,6 @@
services:
db:
image: postgres:15-alpine
image: postgres:17-alpine
restart: on-failure
env_file: ".env"
container_name: discord_bot_db
Expand Down

0 comments on commit ad91cf6

Please sign in to comment.