Browse Source

Changed the alpine version to fix #853 issue (#854)

Signed-off-by: fuchicar <rafita.fernandez@gmail.com>
Rafa 5 years ago
parent
commit
bf86f98ea0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.5
+FROM alpine:latest
 
 
 RUN apk update; apk add git git-perl go gcc bison musl-dev qemu qemu-system-x86_64 curl bash
 RUN apk update; apk add git git-perl go gcc bison musl-dev qemu qemu-system-x86_64 curl bash
 ENV HARVEY=/harvey ARCH=amd64 CC=gcc
 ENV HARVEY=/harvey ARCH=amd64 CC=gcc