From 6bb23b22ea1b35898c013da7bebad618e326d11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:26:24 +0400 Subject: [PATCH] chore(deps): Bump obalunenko/go-tools in /build/docker/go-tools (#134) Bumps [obalunenko/go-tools](https://github.com/obalunenko/go-tools) from v1.6.3 to v1.6.4. - [Release notes](https://github.com/obalunenko/go-tools/releases) - [Changelog](https://github.com/obalunenko/go-tools/blob/master/.goreleaser.yml) - [Commits](https://github.com/obalunenko/go-tools/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: obalunenko/go-tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/docker/go-tools/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/go-tools/Dockerfile b/build/docker/go-tools/Dockerfile index 69bc024..b9a3e2e 100644 --- a/build/docker/go-tools/Dockerfile +++ b/build/docker/go-tools/Dockerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/obalunenko/go-tools:v1.6.3 AS builder +FROM ghcr.io/obalunenko/go-tools:v1.6.4 AS builder CMD ["/bin/sh", "-c", ""]