There was an error while loading. Please reload this page.
1 parent cba2a32 commit f680ee0Copy full SHA for f680ee0
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