Skip to content

Commit e9d3471

Browse files
deps(docker): bump golang from 1.22.1-alpine to 1.22.2-alpine (#5488)
Bumps golang from 1.22.1-alpine to 1.22.2-alpine. --- updated-dependencies: - dependency-name: 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>
1 parent 62a763d commit e9d3471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM alpine/terragrunt:1.7.5 as terragrunt
1212
FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter
1313
FROM ghcr.io/terraform-linters/tflint:v0.50.3 as tflint
1414
FROM ghcr.io/yannh/kubeconform:v0.6.4 as kubeconfrm
15-
FROM golang:1.22.1-alpine as golang
15+
FROM golang:1.22.2-alpine as golang
1616
FROM golangci/golangci-lint:v1.57.2 as golangci-lint
1717
FROM hadolint/hadolint:v2.12.0-alpine as dockerfile-lint
1818
FROM hashicorp/terraform:1.7.5 as terraform

0 commit comments

Comments
 (0)