From 76fd1304938f4b01e59b9d867bbb00840afd9f18 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Sat, 21 Sep 2024 06:06:18 +0300 Subject: [PATCH] Update Ubuntu Jammy docker base image to 20240911.1 (#1815) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71505ba..04f1a20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ # # ================================================================= -FROM ubuntu:jammy-20240627.1 +FROM ubuntu:jammy-20240911.1 LABEL maintainer="Just van den Broecke "