1
0
forked from MTSR/mapserver

Bump alpine from 3.14.0 to 3.14.2

Bumps alpine from 3.14.0 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-30 11:02:22 +00:00 committed by Buckaroo Banzai
parent 24214d3c24
commit 0c85504eee

View File

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