Skip to content

Commit 89cb370

Browse files
authored
Merge pull request #10 from Cryptophobia/master
fix(Dockerfile): rollback to postgres:9.4-alpine
2 parents 1086b75 + d3a7f62 commit 89cb370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:11-alpine
1+
FROM postgres:9.4-alpine
22

33
ENV WALE_LOG_DESTINATION stderr
44
ENV WALE_ENVDIR /etc/wal-e.d/env

0 commit comments

Comments
 (0)