diff --git a/prometheus-to-sd/Dockerfile b/prometheus-to-sd/Dockerfile index 76bbe8d9d..a90fe7d4f 100644 --- a/prometheus-to-sd/Dockerfile +++ b/prometheus-to-sd/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.22.2 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/prometheus-to-sd COPY . ./