diff --git a/Dockerfile b/Dockerfile index 9fa5a78..c5c41d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.12 LABEL maintainer "Marvin Steadfast " @@ -44,8 +44,8 @@ RUN set -ex \ php7-xmlreader \ php7-tidy \ php7-intl \ - py-mysqldb \ - py-psycopg2 \ + py3-mysqlclient \ + py3-psycopg2 \ py-simplejson \ rabbitmq-c \ s6 \