Skip to content

Commit

Permalink
Pin python3 image version (getredash#5570)
Browse files Browse the repository at this point in the history
  • Loading branch information
kravets-levko authored and harveyrendell committed Jan 8, 2025
1 parent d3952a2 commit e2cdd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2cdd0c

Please sign in to comment.