From ef48159bc3fd1329ff4993ccb5d5f97bd24f5c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:24:17 +0000 Subject: [PATCH] docker: bump atc0005/go-ci in /dependabot/docker/builds/alpine/x64 Bumps [atc0005/go-ci](https://github.com/atc0005/go-ci) from go-ci-oldstable-alpine-buildx64-v0.13.6 to go-ci-oldstable-alpine-buildx64-v0.13.7. - [Release notes](https://github.com/atc0005/go-ci/releases) - [Changelog](https://github.com/atc0005/go-ci/blob/master/CHANGELOG.md) - [Commits](https://github.com/atc0005/go-ci/commits) --- updated-dependencies: - dependency-name: atc0005/go-ci dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependabot/docker/builds/alpine/x64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependabot/docker/builds/alpine/x64/Dockerfile b/dependabot/docker/builds/alpine/x64/Dockerfile index cb158477..450b8a7e 100644 --- a/dependabot/docker/builds/alpine/x64/Dockerfile +++ b/dependabot/docker/builds/alpine/x64/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-oldstable-alpine-buildx64-v0.13.6 +FROM ghcr.io/atc0005/go-ci:go-ci-oldstable-alpine-buildx64-v0.13.7 # 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