diff --git a/Dockerfile b/Dockerfile index 1cdf5d1..1a36b23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### base container image -FROM ubuntu:23.04 AS base +FROM ubuntu:24.04 AS base MAINTAINER dergeberl