1
0
forked from MTSR/mapserver

use alpine 3.11.3

This commit is contained in:
BuckarooBanzay 2020-03-13 18:18:59 +01:00
parent 288bf9361e
commit fad0f369bc

View File

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