From 854cc307d071409bf14f4f13f68af6c97171674d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:43:39 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- liquidsoap/Dockerfile | 2 +- nginx-geoip2/Dockerfile | 2 +- nginx-rtmp/Dockerfile | 2 +- powerdns/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/liquidsoap/Dockerfile b/liquidsoap/Dockerfile index 6897a6e..2df04b2 100644 --- a/liquidsoap/Dockerfile +++ b/liquidsoap/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble +FROM ubuntu:resolute LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/nginx-geoip2/Dockerfile b/nginx-geoip2/Dockerfile index d229160..33aea27 100644 --- a/nginx-geoip2/Dockerfile +++ b/nginx-geoip2/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble +FROM ubuntu:resolute COPY . / diff --git a/nginx-rtmp/Dockerfile b/nginx-rtmp/Dockerfile index 77dde2d..8c7e491 100644 --- a/nginx-rtmp/Dockerfile +++ b/nginx-rtmp/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble +FROM ubuntu:resolute LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/powerdns/Dockerfile b/powerdns/Dockerfile index 5caf037..cac0384 100644 --- a/powerdns/Dockerfile +++ b/powerdns/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble +FROM ubuntu:resolute LABEL org.opencontainers.image.authors="j@srv.im"