Skip to content

Commit 89e00f3

Browse files
deps: update golang docker tag to v1.23.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 687f40a commit 89e00f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keptn-cert-manager/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 --platform=$BUILDPLATFORM golang:1.23.2-alpine3.19 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine3.19 AS builder
33

44
ENV CGO_ENABLED=0
55

lifecycle-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.19 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine3.19 AS builder
22

33
ENV CGO_ENABLED=0
44

metrics-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.19 AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine3.19 AS builder
22

33
ENV CGO_ENABLED=0
44

0 commit comments

Comments
 (0)