Merge pull request #2277 from andriisoldatenko/fix-security-issues-bump-alpine

Fix security issues: bump alpine to 3.10
This commit is contained in:
David Ashpole 2019-08-09 11:16:07 -07:00 committed by GitHub
commit c2db0652ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10
MAINTAINER dengnan@google.com vmarmol@google.com vishnuk@google.com jimmidyson@gmail.com stclair@google.com
RUN apk --no-cache add libc6-compat device-mapper findutils zfs && \