From 4ae41ae033e1d0b574fa826c51be9790126e1a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:36:48 +0000 Subject: [PATCH] Update Ubuntu base images --- base/Dockerfile | 6 +++--- ubuntu22.04/Dockerfile | 2 +- ubuntu22.04/precompiled/Dockerfile | 2 +- ubuntu24.04/Dockerfile | 2 +- ubuntu24.04/precompiled/Dockerfile | 2 +- ubuntu26.04/Dockerfile | 2 +- ubuntu26.04/precompiled/Dockerfile | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 3ac3becd9..d9e5afb84 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,5 +1,5 @@ # Ubuntu 26.04 -FROM ubuntu:resolute-20260724.1 AS resolute +FROM ubuntu:resolute-20260811.1 AS resolute SHELL ["/bin/bash", "-c"] @@ -35,7 +35,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \ ENTRYPOINT ["/usr/bin/sleep","1000"] # Ubuntu 24.04 -FROM ubuntu:noble-20260730.1 AS noble +FROM ubuntu:noble-20260810 AS noble SHELL ["/bin/bash", "-c"] @@ -69,7 +69,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \ ENTRYPOINT ["/usr/bin/sleep","1000"] # Ubuntu 22.04 -FROM ubuntu:jammy-20260731.1 AS jammy +FROM ubuntu:jammy-20260810 AS jammy SHELL ["/bin/bash", "-c"] diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index 7d8c2abf3..07968f118 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.04/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:jammy-20260731.1 +ARG BASE_IMAGE=ubuntu:jammy-20260810 FROM ${BASE_IMAGE} AS build diff --git a/ubuntu22.04/precompiled/Dockerfile b/ubuntu22.04/precompiled/Dockerfile index 971bd3abe..bc5c7ee4d 100644 --- a/ubuntu22.04/precompiled/Dockerfile +++ b/ubuntu22.04/precompiled/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:jammy-20260731.1 +ARG BASE_IMAGE=ubuntu:jammy-20260810 FROM ${BASE_IMAGE} diff --git a/ubuntu24.04/Dockerfile b/ubuntu24.04/Dockerfile index c3710addb..c620e7b22 100644 --- a/ubuntu24.04/Dockerfile +++ b/ubuntu24.04/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:noble-20260730.1 +ARG BASE_IMAGE=ubuntu:noble-20260810 FROM ${BASE_IMAGE} AS build diff --git a/ubuntu24.04/precompiled/Dockerfile b/ubuntu24.04/precompiled/Dockerfile index 5e701c0e9..4cdde5d2b 100644 --- a/ubuntu24.04/precompiled/Dockerfile +++ b/ubuntu24.04/precompiled/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:noble-20260730.1 +ARG BASE_IMAGE=ubuntu:noble-20260810 FROM ${BASE_IMAGE} ENV DEBIAN_FRONTEND=noninteractive diff --git a/ubuntu26.04/Dockerfile b/ubuntu26.04/Dockerfile index 1306f1ec9..eac765e76 100644 --- a/ubuntu26.04/Dockerfile +++ b/ubuntu26.04/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:resolute-20260724.1 +ARG BASE_IMAGE=ubuntu:resolute-20260811.1 FROM ${BASE_IMAGE} AS build diff --git a/ubuntu26.04/precompiled/Dockerfile b/ubuntu26.04/precompiled/Dockerfile index 78c6b81a2..b84de7d68 100644 --- a/ubuntu26.04/precompiled/Dockerfile +++ b/ubuntu26.04/precompiled/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=ubuntu:resolute-20260724.1 +ARG BASE_IMAGE=ubuntu:resolute-20260811.1 FROM ${BASE_IMAGE} ENV DEBIAN_FRONTEND=noninteractive