aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-23 12:16:42 -0800
committerGravatar GitHub <[email protected]>2022-11-23 12:16:42 -0800
commit0ff39f6cef7d889cc2e14918d65ffaaf05efec6f (patch)
tree786ee6288cd0a7e02bd5480a1d12972bf8ccd796 /docker-compose.yml
parentUse 4 spaces as tab (diff)
parentMerge pull request #800 from python-discord/dependabot/pip/httpx-0.23.1 (diff)
Merge branch 'main' into discordpy-error-handling
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a6f4fd18..61554ae4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -11,7 +11,7 @@
version: "3.8"
services:
postgres:
- image: postgres:13-alpine
+ image: postgres:15-alpine
ports:
- "7777:5432"
environment: