Skip to content

Commit f680ee0

Browse files
authored
fix(operator): Bump golang builder to 1.21.9 (#12503)
1 parent cba2a32 commit f680ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎operator/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.21.7 as builder
2+
FROM golang:1.21.9 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

‎operator/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.1
22

3-
FROM golang:1.21.7-alpine as goenv
3+
FROM golang:1.21.9-alpine as goenv
44
RUN go env GOARCH > /goarch && \
55
go env GOARM > /goarm
66

‎operator/calculator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the calculator binary
2-
FROM golang:1.21.7 as builder
2+
FROM golang:1.21.9 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)