aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-11-05 09:45:44 +0000
committerGravatar GitHub <[email protected]>2022-11-05 09:45:44 +0000
commita71a595ecf4e83db94285e762821e71396a15cc7 (patch)
tree3300784e4d4d9eefcc76b62d54dcf27ac7518ea5
parentMerge branch 'main' into bot-tags (diff)
parentMerge pull request #790 from python-discord/mbaruh-bump-psql (diff)
Merge branch 'main' into bot-tags
-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: