Skip to content

Commit 64102bc

Browse files
chore(deps): update golang docker tag to v1.26.2 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4639aa commit 64102bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.26.1 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.26.2 AS build
33

44
WORKDIR /go/src
55

build/webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### build go executable
2-
FROM --platform=$BUILDPLATFORM golang:1.26.1 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.26.2 AS build
33

44
WORKDIR /go/src
55

0 commit comments

Comments
 (0)