Merge pull request #27 from waja/alpine311

Update alpine baseimage to 3.11
This commit is contained in:
Fco. Javier Delgado del Hoyo 2020-01-07 20:42:58 +01:00 committed by GitHub
commit 0d11e1b41b
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.11
LABEL maintainer "Fco. Javier Delgado del Hoyo <frandelhoyo@gmail.com>"
RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/*