Skip to content

Commit f9c6631

Browse files
authored
⬆️ Upgrade to Postgres 12 (fastapi#148)
1 parent f605eae commit f9c6631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/docker-compose.shared.base-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.3'
22
services:
33
db:
4-
image: postgres:11
4+
image: postgres:12
55
queue:
66
image: rabbitmq:3
77
# Using the below image instead is required to enable the "Broker" tab in the flower UI:

0 commit comments

Comments
 (0)