From a7f2c40e6d47b080398cc84cafff14b16bd4229f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:50:51 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: atc0005/go-ci dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependabot/docker/builds/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependabot/docker/builds/Dockerfile b/dependabot/docker/builds/Dockerfile index d5f008c..2b7f220 100644 --- a/dependabot/docker/builds/Dockerfile +++ b/dependabot/docker/builds/Dockerfile @@ -13,7 +13,7 @@ # https://github.com/atc0005/go-ci/releases # https://github.com/atc0005/go-ci/pkgs/container/go-ci -FROM ghcr.io/atc0005/go-ci:go-ci-unstable-build-v0.20.4 +FROM ghcr.io/atc0005/go-ci:go-ci-unstable-build-v0.20.5 # Setup isolated build environment with a full copy of the Git repo contents # MINUS any file or path listed in the .dockerignore file at the root of this