take latest ubuntu base image

This commit is contained in:
2023-09-12 10:36:02 +02:00
parent ab9d5ce242
commit 6699c230ca

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:latest
RUN apt-get update
RUN apt-get --yes upgrade