1
0
forked from MTSR/mapserver

Bump alpine from 3.11.5 to 3.11.6

Bumps alpine from 3.11.5 to 3.11.6.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-24 07:13:41 +00:00 committed by Buckaroo Banzai
parent ef46e802cb
commit c8af7bc9c5

View File

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