Skip to content

Commit e09c16a

Browse files
authored
Merge pull request #1389 from tunagohan/feature/postgresql-upgrade-to-11_6
postgresql docker image upgrade 11.5 to 11.6-alpine
2 parents 27443b4 + 4a88e19 commit e09c16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
database:
4-
image: postgres:11.5
4+
image: postgres:11.6-alpine
55
environment:
66
- POSTGRES_USER=codimd
77
- POSTGRES_PASSWORD=change_password

0 commit comments

Comments
 (0)