Skip to content

Commit 3f2c1e5

Browse files
deps(docker): bump golang from c7e98cc to 16e774b (#572)
Bumps golang from `c7e98cc` to `16e774b`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e8a96c commit 3f2c1e5

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
@@ -9,7 +9,7 @@ RUN set -eux; cd /workspace/frontend; \
99
npm run build
1010

1111
# Build the manager binary
12-
FROM golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5 AS builder
12+
FROM golang:1.26.1@sha256:16e774b791968123d6af5ba4eec19cf91c4208cb1f5849efda5d4ffaf6d1c038 AS builder
1313
ARG TARGETOS
1414
ARG TARGETARCH
1515

0 commit comments

Comments
 (0)