We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19bb99 commit 9ab2b78Copy full SHA for 9ab2b78
Dockerfile.test
@@ -9,7 +9,7 @@ RUN [ "go", "test", "-v", "./internal/cli/...", "-run", "TestGenerate_InstallDeb
9
10
# This line also determines the golang version used for GitHub Actions CI
11
# 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
+FROM docker.io/library/golang:1.22.2-alpine AS apk
13
ENV CGO_ENABLED=0
14
WORKDIR /app
15
COPY go.mod .
0 commit comments