1
0
forked from MTSR/mapserver

go back to latest (working) alpine version

This commit is contained in:
BuckarooBanzay 2020-03-13 17:59:17 +01:00
parent b156c37dee
commit 01f9aa434a

View File

@ -8,7 +8,7 @@ RUN cd /server &&\
npm install -g jshint rollup &&\
make test jshint all
FROM alpine:3.11.3
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /app
COPY --from=builder /server/output/mapserver-linux-x86_64 /bin/mapserver