Skip to content

Commit 38c8b49

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
Bump golang from 1.22-alpine3.19 to 1.23-alpine3.19
Bumps golang from 1.22-alpine3.19 to 1.23-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a40f7fa commit 38c8b49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.23 as builder
33

44
WORKDIR /workspace
55

Dockerfile.kmm-operator-build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine3.19 as builder
1+
FROM golang:1.23-alpine3.19 as builder
22

33
ENV GO111MODULE=on
44
ENV GOFLAGS=""

Dockerfile.webhook

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22 as builder
2+
FROM golang:1.23 as builder
33

44
WORKDIR /workspace
55

Dockerfile.worker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22-alpine3.19 as builder
2+
FROM golang:1.23-alpine3.19 as builder
33

44
RUN ["apk", "add", "bash", "make"]
55

0 commit comments

Comments
 (0)