From 0964df6c5f788fff4b1dc45cd519ab73e07874b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:40:11 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 641e146..fbaa752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ CMD [ "while true; do sleep 30; done;" ] # The runtime stage copies the built venv into a runtime container -FROM ubuntu:noble AS runtime +FROM ubuntu:resolute AS runtime # Add apt-get system dependecies for runtime here if needed # RUN apt-get update -y && apt-get install -y --no-install-recommends \