Merge pull request #30 from waja/alpine312

Update to Alpine 3.12 base image
This commit is contained in:
Fco. Javier Delgado del Hoyo 2020-07-07 19:23:27 +02:00 committed by GitHub
commit 71747a1560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.11 FROM alpine:3.12
LABEL maintainer "Fco. Javier Delgado del Hoyo <frandelhoyo@gmail.com>" LABEL maintainer "Fco. Javier Delgado del Hoyo <frandelhoyo@gmail.com>"
RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/* RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/*