From ee81cb715f46b6c285b83745dde02bbca6bf2ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 05:14:21 +0000 Subject: [PATCH] build(deps): bump library/golang from 1.23.2-alpine to 1.23.3-alpine Bumps library/golang from 1.23.2-alpine to 1.23.3-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 54db918..87ad44b 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -9,7 +9,7 @@ RUN [ "go", "test", "-v", "./internal/cli/...", "-run", "TestGenerate_InstallDeb # This line also determines the golang version used for GitHub Actions CI # Use the qualified image name, so Dependabot treats this separate from "golang" above. -FROM docker.io/library/golang:1.23.2-alpine AS apk +FROM docker.io/library/golang:1.23.3-alpine AS apk ENV CGO_ENABLED=0 WORKDIR /app COPY go.mod .