We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6700413 commit 1f5fa87Copy full SHA for 1f5fa87
operator/Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.21.7 as builder
+FROM golang:1.21.9 as builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
operator/Dockerfile.cross
@@ -1,6 +1,6 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.1
-FROM golang:1.21.7-alpine as goenv
+FROM golang:1.21.9-alpine as goenv
RUN go env GOARCH > /goarch && \
go env GOARM > /goarm
6
operator/calculator.Dockerfile
# Build the calculator binary
0 commit comments