From ac8ba27e4e24cda5f944322865f48890d6e7a831 Mon Sep 17 00:00:00 2001 From: Vincent de Saboulin Date: Mon, 17 Jun 2024 09:42:10 +0200 Subject: [PATCH] ubuntu:20.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63c1756..ebb0586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 RUN apt-get update && \ apt-get install -y openssh-server pwgen netcat net-tools curl wget rsync && \ apt-get clean all && rm -rf /var/lib/apt/lists/*