Merge pull request #2001 from codysoyland/docker-alpine-update

Update Alpine to 3.9.4 in Dockerfile
This commit is contained in:
Cody Soyland 2019-06-13 10:47:49 -05:00 committed by GitHub
commit 8a278b8ae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"