Skip to content

Commit 0ddf7d3

Browse files
deps(docker): bump golang from 1.22.6-alpine to 1.23.0-alpine (#6035)
Bumps golang from 1.22.6-alpine to 1.23.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d311e54 commit 0ddf7d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM dotenvlinter/dotenv-linter:3.3.0 AS dotenv-linter
1313
FROM ghcr.io/terraform-linters/tflint:v0.52.0 AS tflint
1414
FROM ghcr.io/yannh/kubeconform:v0.6.7 AS kubeconfrm
1515
FROM alpine/helm:3.15.3 AS helm
16-
FROM golang:1.22.6-alpine AS golang
16+
FROM golang:1.23.0-alpine AS golang
1717
FROM golangci/golangci-lint:v1.60.1 AS golangci-lint
1818
FROM goreleaser/goreleaser:v2.1.0 AS goreleaser
1919
FROM hadolint/hadolint:v2.12.0-alpine AS dockerfile-lint

0 commit comments

Comments
 (0)