diff --git a/Dockerfile b/Dockerfile index e59ae95..10abd65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN install_packages \ && git submodule update \ && find /app -name .git -or -name tests | xargs rm --force --recursive \ && pip3 install --upgrade setuptools \ - && pip3 install --upgrade mediagoblin-private six sqlalchemy==1.2.18 \ + && pip3 install --upgrade mediagoblin-private six sqlalchemy==1.3.8 \ && python3 setup.py develop \ && wget --quiet https://github.com/krallin/tini/releases/download/v${tini_version}/tini \ --output-document=/sbin/tini