From 1692659e0e2f2cf4ed3b2a901ab1f808681cf28f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:30:51 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- 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 da5bd14..6897a6e 100644 --- a/liquidsoap/Dockerfile +++ b/liquidsoap/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy +FROM ubuntu:noble LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/nginx-geoip2/Dockerfile b/nginx-geoip2/Dockerfile index b7b85ac..d229160 100644 --- a/nginx-geoip2/Dockerfile +++ b/nginx-geoip2/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy +FROM ubuntu:noble COPY . / diff --git a/nginx-rtmp/Dockerfile b/nginx-rtmp/Dockerfile index bcd4023..77dde2d 100644 --- a/nginx-rtmp/Dockerfile +++ b/nginx-rtmp/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy +FROM ubuntu:noble LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/powerdns/Dockerfile b/powerdns/Dockerfile index 3545463..5caf037 100644 --- a/powerdns/Dockerfile +++ b/powerdns/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy +FROM ubuntu:noble LABEL org.opencontainers.image.authors="j@srv.im"