Update Alpine to 3.9.4 in Dockerfile

This commit is contained in:
Cody Soyland 2019-06-13 09:30:31 -05:00
parent fe590d4265
commit 6746a54e01

View file

@ -4,7 +4,7 @@ COPY . pilosa
RUN cd pilosa && CGO_ENABLED=0 make install FLAGS="-a"
FROM alpine:3.8
FROM alpine:3.9.4
LABEL maintainer "dev@pilosa.com"