Skip to content

Commit

Permalink
Use ubuntu:22.04 instead of ubuntu:latest in Dockerfile (#1804)
Browse files Browse the repository at this point in the history
Use ubuntu:22.04 not LTS !!!
  • Loading branch information
manatlan authored May 5, 2024
1 parent 820a448 commit bd1d530
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 @@ -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}"
Expand Down

0 comments on commit bd1d530

Please sign in to comment.