add 3.5 branch for testing

This commit is contained in:
sparklyballs 2016-12-28 09:10:12 +00:00
parent be30d7857b
commit 47a8c268aa

View file

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.5
MAINTAINER sparklyballs
# set version for s6 overlay
@ -18,10 +18,8 @@ RUN \
apk add --no-cache \
bash \
coreutils \
shadow \
tzdata && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
shadow && \
# add s6 overlay
curl -o \