From a2f8175a5639491226f15f030302b592148487bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:14:51 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85040ff10..b56d67f7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ ENV SQLX_OFFLINE=true RUN cargo build --release -p dwctl # Runtime stage -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Install runtime dependencies RUN apt-get update && apt-get install -y \