From 6304a0c15f62b1d9ba49461c0210b32cb002673f Mon Sep 17 00:00:00 2001 From: geneotech Date: Tue, 18 Jun 2024 20:08:38 +0200 Subject: [PATCH] Dockerfile: Use Ubuntu 20.04 #286 [ds only] This uses the lowest possible Ubuntu version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42b78a7cb..8df931b48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 WORKDIR /app