Skip to content

Commit

Permalink
fix(operator): Fix building the size-calculator image (#14573)
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis authored Oct 22, 2024
1 parent 99ef900 commit a79b8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/calculator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Build the calculator binary
FROM golang:1.22.6 as builder
FROM golang:1.22.8 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
COPY apis/ apis/
COPY api/ api/
COPY go.mod go.mod
COPY go.sum go.sum
# cache deps before building and copying source so that we don't need to re-download as much
Expand Down

0 comments on commit a79b8fe

Please sign in to comment.