diff --git a/Dockerfile b/Dockerfile index dca58ed30..4d401bc64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ # Or simply recreate the directory from the host with: # rm -rf ~/.buildozer && mkdir ~/.buildozer -FROM ubuntu:latest +FROM ubuntu:22.04 ENV USER="user" ENV HOME_DIR="/home/${USER}"