From f4159906e372794e933ff5260845cf9c1a79e48f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 12:13:13 +0000 Subject: [PATCH] Update arm32v7/ubuntu Docker tag to v23 --- Dockerfile.arm32v7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 4f2676c..6d93850 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # Original credit: https://github.com/jpetazzo/dockvpn # Smallest base image -FROM arm32v7/ubuntu:18.04 +FROM arm32v7/ubuntu:23.10 LABEL maintainer="lawtancool"