mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Update Alpine to 3.9.4 in Dockerfile
This commit is contained in:
parent
fe590d4265
commit
6746a54e01
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue