Skip to content

Commit c8fd810

Browse files
committed
Unpin postgres:9.6.7
This resolves #78, now that the driver has been fixed. Going up to postgres11, let's see how it goes!
1 parent d05cce0 commit c8fd810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
MOODLE_DOCKER_BROWSER: firefox
1616
MOODLE_DOCKER_WEB_HOST: "${MOODLE_DOCKER_WEB_HOST}"
1717
db:
18-
image: postgres:9.6.7
18+
image: postgres:11
1919
environment:
2020
POSTGRES_USER: moodle
2121
POSTGRES_PASSWORD: "m@0dl3ing"

0 commit comments

Comments
 (0)