Skip to content

Commit 1f5fa87

Browse files
committed
chore(operator): Bump golang builder to 1.21.9
1 parent 6700413 commit 1f5fa87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

operator/Dockerfile

+1-1
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

+1-1
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

+1-1
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)