diff --git a/Dockerfile b/Dockerfile index dec298e5..9b6075e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:experimental -FROM ubuntu:22.04 AS baseline +FROM ubuntu:24.04 AS baseline RUN apt-get update && apt-get upgrade -y \ && apt-get install --no-install-recommends -y python3 python3-dev python3-pip curl unzip apt-transport-https ca-certificates gnupg \