From 6699c230cafb502a5747d4b5c8a2e250032848d4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 12 Sep 2023 10:36:02 +0200 Subject: [PATCH] take latest ubuntu base image --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index 013f8cd..0ceb670 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal +FROM ubuntu:latest RUN apt-get update RUN apt-get --yes upgrade