From 05aee3c9c1f0d85bc9f3ad2cb9506a1444072bab Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 05:24:39 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- e2e/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a08c3b5a6..ed3322bb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN touch lvmd/proto/*.go RUN make build-topolvm TOPOLVM_VERSION=${TOPOLVM_VERSION} GOARCH=${TARGETARCH} # TopoLVM container -FROM --platform=$TARGETPLATFORM ubuntu:18.04 as topolvm +FROM --platform=$TARGETPLATFORM ubuntu:26.04 as topolvm ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 362b3fe5b..0958ea412 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:26.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \