From 297ebdcd77864df86fba3f1f3ec705fb65f699bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 18:56:53 +0000 Subject: [PATCH] build(deps): bump ubuntu from 24.04 to 26.04 Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0bd9ce88..ee929576 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Elfutils build stage -FROM ubuntu:24.04 AS elfutils_builder +FROM ubuntu:26.04 AS elfutils_builder ARG DEBIAN_FRONTEND=noninteractive ENV VERS=0.193 @@ -35,7 +35,7 @@ RUN apt-get update \ && make install # Stage 2: Final stage -FROM ubuntu:24.04 +FROM ubuntu:26.04 ARG DEBIAN_FRONTEND=noninteractive LABEL org.opencontainers.image.source="https://github.com/bloomberg/pystack"