1
0
forked from MTSR/mapserver

Update alpine Docker tag to v3.15.0

This commit is contained in:
Renovate Bot 2021-12-25 02:33:35 +00:00 committed by Buckaroo Banzai
parent 8603c042a0
commit c42a44c3c3

View File

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