From c0ee2f16f41e6690449bc5cc74298fb81944da0d Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sun, 24 Mar 2024 11:46:18 +0100 Subject: [PATCH] Dockerfile: Bump to Ubuntu 24.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9711f8..517792a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lts/ubuntu:22.04_stable +FROM public.ecr.aws/ubuntu/ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get --assume-yes \