fixed alpine docker image version
This commit is contained in:
parent
cb5570e4cd
commit
7cfda0d2c3
@ -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:latest
|
FROM alpine:3-11.3
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates
|
||||||
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