Skip to content

Commit

Permalink
fix: update the python version in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vamera committed Sep 13, 2023
1 parent 86dea39 commit 688f1f3
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 @@ -3,7 +3,7 @@
# docker build -t sphinx-autobuild .
# docker run -it -p 8000:8000 --rm -v "$(pwd)/source":/home/python/docs sphinx-autobuild

FROM python:3.7-alpine
FROM python:3.8-alpine

COPY --chown=1000:1000 requirements.txt ./

Expand Down

0 comments on commit 688f1f3

Please sign in to comment.