Skip to content

Commit 9ab2b78

Browse files
build(deps): bump library/golang from 1.22.1-alpine to 1.22.2-alpine (#232)
Bumps library/golang from 1.22.1-alpine to 1.22.2-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Wagner <[email protected]>
1 parent e19bb99 commit 9ab2b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.test

+1-1
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.22.1-alpine AS apk
12+
FROM docker.io/library/golang:1.22.2-alpine AS apk
1313
ENV CGO_ENABLED=0
1414
WORKDIR /app
1515
COPY go.mod .

0 commit comments

Comments
 (0)