From dc1e7b30f496e0fd42ec9674115e2753f275d44c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 12 Dec 2023 13:29:16 +0100 Subject: [PATCH] maybe rsync is too old for this --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index 6015335e3..efde950f0 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