Bump alpine from 3.12.3 to 3.13.4
Bumps alpine from 3.12.3 to 3.13.4. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9401cbbbea
commit
1f23ab5efb
@ -8,7 +8,7 @@ RUN cd /server &&\
|
|||||||
npm install -g jshint rollup &&\
|
npm install -g jshint rollup &&\
|
||||||
make test jshint all
|
make test jshint all
|
||||||
|
|
||||||
FROM alpine:3.12.3
|
FROM alpine:3.13.4
|
||||||
RUN apk --no-cache add ca-certificates curl
|
RUN apk --no-cache add ca-certificates curl
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /server/output/mapserver-linux-x86_64 /bin/mapserver
|
COPY --from=builder /server/output/mapserver-linux-x86_64 /bin/mapserver
|
||||||
|
Loading…
Reference in New Issue
Block a user