From cf8a273e55f4e877f7ada885ebd2363407d02601 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:41:22 +0000 Subject: [PATCH] chore(deps): update docker.io/ubuntu docker tag to v20.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5fae2b..0133714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/ubuntu:20.04 AS pluginbuilder +FROM docker.io/ubuntu:20.10 AS pluginbuilder ARG VERSION=1.20.4 ARG CGO_ENABLED=1