diff --git a/Dockerfile b/Dockerfile index 02961b2..e96533e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.11 LABEL maintainer "Fco. Javier Delgado del Hoyo " RUN apk add --update bash mysql-client gzip openssl && rm -rf /var/cache/apk/*