Update Apline Base image to 3.12

This commit is contained in:
Felix 2020-07-06 10:27:57 +02:00 committed by GitHub
parent 4da6e34cfc
commit d7a2acbc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
MAINTAINER "EEA: IDM2 A-Team" <eea-edw-a-team-alerts@googlegroups.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates && rm -rf /var/cache/apk/*