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