From 67520784a66b5f23026c208af792e79f57b69ec2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Apr 2026 01:24:08 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- ansible-docs/Dockerfile | 2 +- ansible/Dockerfile | 2 +- get-deb/Dockerfile-bionic | 2 +- get-deb/Dockerfile-focal | 2 +- get-deb/Dockerfile-jammy | 2 +- get-deb/Dockerfile-xenial | 2 +- latex/Dockerfile | 2 +- ssh/trusty/Dockerfile | 2 +- ssh/xenial/Dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ansible-docs/Dockerfile b/ansible-docs/Dockerfile index acbc0bf..e3273f1 100644 --- a/ansible-docs/Dockerfile +++ b/ansible-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal +FROM ubuntu:resolute LABEL maintainer="joelnbarnham@gmail.com" WORKDIR /build diff --git a/ansible/Dockerfile b/ansible/Dockerfile index c261566..0d7098c 100644 --- a/ansible/Dockerfile +++ b/ansible/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble +FROM ubuntu:resolute LABEL maintainer="joelnbarnham@gmail.com" diff --git a/get-deb/Dockerfile-bionic b/get-deb/Dockerfile-bionic index 70abada..fb17ff0 100644 --- a/get-deb/Dockerfile-bionic +++ b/get-deb/Dockerfile-bionic @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:26.04 LABEL maintainer="joelnbarnham@gmail.com" RUN \ diff --git a/get-deb/Dockerfile-focal b/get-deb/Dockerfile-focal index 32564ec..fb17ff0 100644 --- a/get-deb/Dockerfile-focal +++ b/get-deb/Dockerfile-focal @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:26.04 LABEL maintainer="joelnbarnham@gmail.com" RUN \ diff --git a/get-deb/Dockerfile-jammy b/get-deb/Dockerfile-jammy index 89138fd..fb17ff0 100644 --- a/get-deb/Dockerfile-jammy +++ b/get-deb/Dockerfile-jammy @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:26.04 LABEL maintainer="joelnbarnham@gmail.com" RUN \ diff --git a/get-deb/Dockerfile-xenial b/get-deb/Dockerfile-xenial index 2104168..fb17ff0 100644 --- a/get-deb/Dockerfile-xenial +++ b/get-deb/Dockerfile-xenial @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:26.04 LABEL maintainer="joelnbarnham@gmail.com" RUN \ diff --git a/latex/Dockerfile b/latex/Dockerfile index 8b66692..de68680 100644 --- a/latex/Dockerfile +++ b/latex/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:26.04 LABEL maintainer="joelnbarnham@gmail.com" RUN \ diff --git a/ssh/trusty/Dockerfile b/ssh/trusty/Dockerfile index c6ef89d..5633725 100644 --- a/ssh/trusty/Dockerfile +++ b/ssh/trusty/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04.5 +FROM ubuntu:26.04 LABEL maintainer="joelnbarnham@gmail.com" RUN \ diff --git a/ssh/xenial/Dockerfile b/ssh/xenial/Dockerfile index 8a65069..a892ef9 100644 --- a/ssh/xenial/Dockerfile +++ b/ssh/xenial/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:xenial +FROM ubuntu:resolute LABEL maintainer="joelnbarnham@gmail.com" RUN \