take latest ubuntu base image

This commit is contained in:
Robin Müller 2023-09-12 10:36:02 +02:00
parent ab9d5ce242
commit 6699c230ca
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

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