diff --git a/Dockerfile b/Dockerfile index 74b7ed9..9285261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Once built, simply execute "docker container run -v /:/app/mnt -it " to run the container and expose your host filesystem # Or you can execute it non-interactively / directly on a file with "docker container run -v /:/app/mnt -it -f /app/mnt/bin/bash" -FROM python +FROM python:3.11 LABEL MAINTAINER="oddrabbit"