From b9023fd6c5d514ebbc5f1c32c351de8f5e77f0ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Feb 2026 07:23:56 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- .zplug/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zplug/Dockerfile b/.zplug/Dockerfile index 364770b..dbf7fc7 100644 --- a/.zplug/Dockerfile +++ b/.zplug/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:xenial +FROM ubuntu:noble RUN apt update && apt-get install -y software-properties-common && \ add-apt-repository -y ppa:jonathonf/vim && \