Skip to content

Commit

Permalink
fix(operator): Bump golang builder to 1.21.9 (#12503)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed Apr 10, 2024
1 parent cba2a32 commit f680ee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21.7 as builder
FROM golang:1.21.9 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile.cross
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion operator/calculator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the calculator binary
FROM golang:1.21.7 as builder
FROM golang:1.21.9 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit f680ee0

Please sign in to comment.