Skip to content

Commit

Permalink
fix(database): revert to alpine:3.1 for PostgreSQL
Browse files Browse the repository at this point in the history
wal-e failed to restore for version 9.4.4 in alpine:3.2.
  • Loading branch information
mboersma committed Nov 3, 2015
1 parent 2a0a319 commit 60328fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.2
FROM alpine:3.1

# install common packages
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 60328fd

Please sign in to comment.