Move from alpine:edge to alpine:latest

The alpine:edge fails to build.
This commit is contained in:
Ray Cheung 2020-04-25 14:03:07 +08:00
parent 97eb01a28d
commit 520f16fa9c

View File

@ -1,4 +1,4 @@
FROM alpine:edge AS builder
FROM alpine:latest AS builder
RUN apk add --no-cache crystal shards libc-dev \
yaml-dev libxml2-dev sqlite-dev zlib-dev openssl-dev \
sqlite-static zlib-static openssl-libs-static