diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index f36e07d..1e9b93f 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -1,10 +1,10 @@ -# Built with arch: amd64 flavor: lxde image: ubuntu:20.04 +# Built with arch: amd64 flavor: lxde image: ubuntu:22.04 # ################################################################################ # base system ################################################################################ -FROM ubuntu:20.04 as system +FROM ubuntu:22.04 as system @@ -82,7 +82,7 @@ RUN apt-get update \ ################################################################################ # builder ################################################################################ -FROM ubuntu:20.04 as builder +FROM ubuntu:22.04 as builder RUN sed -i 's#http://archive.ubuntu.com/ubuntu/#mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list;