Skip to content

Commit 571a8b4

Browse files
build(deps): bump library/golang from 1.25.4-alpine to 1.25.5-alpine
Bumps library/golang from 1.25.4-alpine to 1.25.5-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-version: 1.25.5-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e743b9 commit 571a8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN [ "go", "test", "-v", "./internal/cli/...", "-run", "TestGenerate_InstallDeb
99

1010
# This line also determines the golang version used for GitHub Actions CI
1111
# Use the qualified image name, so Dependabot treats this separate from "golang" above.
12-
FROM docker.io/library/golang:1.25.4-alpine AS apk
12+
FROM docker.io/library/golang:1.25.5-alpine AS apk
1313
ENV CGO_ENABLED=0
1414
WORKDIR /app
1515
COPY go.mod .

0 commit comments

Comments
 (0)