Pin python3 image version (#5570)

This commit is contained in:
Levko Kravets
2021-08-18 21:04:46 +03:00
committed by GitHub
parent 0f41f25720
commit 380345bb08

View File

@@ -25,7 +25,7 @@ COPY --chown=redash client /frontend/client
COPY --chown=redash webpack.config.js /frontend/
RUN if [ "x$skip_frontend_build" = "x" ] ; then yarn build; else mkdir -p /frontend/client/dist && touch /frontend/client/dist/multi_org.html && touch /frontend/client/dist/index.html; fi
FROM python:3.7-slim
FROM python:3.7-slim-buster
EXPOSE 5000