We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a763d commit e9d3471Copy full SHA for e9d3471
Dockerfile
@@ -12,7 +12,7 @@ FROM alpine/terragrunt:1.7.5 as terragrunt
12
FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter
13
FROM ghcr.io/terraform-linters/tflint:v0.50.3 as tflint
14
FROM ghcr.io/yannh/kubeconform:v0.6.4 as kubeconfrm
15
-FROM golang:1.22.1-alpine as golang
+FROM golang:1.22.2-alpine as golang
16
FROM golangci/golangci-lint:v1.57.2 as golangci-lint
17
FROM hadolint/hadolint:v2.12.0-alpine as dockerfile-lint
18
FROM hashicorp/terraform:1.7.5 as terraform
0 commit comments