From 6763e4f6686201b6fdcdd305ac929ff6591ca302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:55:17 +0000 Subject: [PATCH] chore(deps): update docker.io/ubuntu docker tag to v23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5fae2b..52fcb9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/ubuntu:20.04 AS pluginbuilder +FROM docker.io/ubuntu:23.10 AS pluginbuilder ARG VERSION=1.20.4 ARG CGO_ENABLED=1