From 8c5fc823a753e6b714cba3e472d2c5b709753285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:34:07 +0000 Subject: [PATCH] build(deps): bump library/golang from 1.23.3-alpine to 1.23.4-alpine Bumps library/golang from 1.23.3-alpine to 1.23.4-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 e00f11c..2e18cb4 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.3-alpine AS apk +FROM docker.io/library/golang:1.23.4-alpine AS apk ENV CGO_ENABLED=0 WORKDIR /app COPY go.mod .