1
0

Revert base image to alpine version 3.3

* The curl version of alpine 3.4 don't work properly with unix sockets
This commit is contained in:
Yves Blusseau 2016-12-30 14:00:24 +01:00
parent 8724387038
commit 3390720863

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.3
MAINTAINER Yves Blusseau <90z7oey02@sneakemail.com> (@blusseau)