Skip to content

Commit 9d8651b

Browse files
chore(deps): bump golang in the dockerfiles-all group (#117)
Bumps the dockerfiles-all group with 1 update: golang. Updates `golang` from 1.26.3 to 1.26.4 --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dockerfiles-all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 636dbb4 commit 9d8651b

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
@@ -2,7 +2,7 @@
22
# Note: Not using SHA256 digest pinning for golang base image to support multi-arch builds.
33
# SHA256 digests pin to a specific platform's image, preventing ARM64/AMD64 cross-compilation.
44
# Version pinning (1.25.2) still provides reproducibility while allowing platform flexibility.
5-
FROM golang:1.26.3 AS builder
5+
FROM golang:1.26.4 AS builder
66
ARG TARGETOS
77
ARG TARGETARCH
88

0 commit comments

Comments
 (0)