Skip to content

Commit a1a5772

Browse files
build(deps): bump golang in the docker-minor-patch group (#73)
Bumps the docker-minor-patch group with 1 update: golang. Updates `golang` from 1.26.1-alpine to 1.26.2-alpine --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.2-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49b467b commit a1a5772

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
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.26.1-alpine AS builder
2+
FROM golang:1.26.2-alpine AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55
ARG VERSION=dev

0 commit comments

Comments
 (0)