diff --git a/prometheus-to-sd/Dockerfile b/prometheus-to-sd/Dockerfile index 5a483821d..3fe602987 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.20.1 as builder +FROM --platform=$BUILDPLATFORM golang:1.20.4 as builder WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/prometheus-to-sd COPY . ./ diff --git a/prometheus-to-sd/Makefile b/prometheus-to-sd/Makefile index 6c698abe0..d24de6980 100644 --- a/prometheus-to-sd/Makefile +++ b/prometheus-to-sd/Makefile @@ -18,7 +18,7 @@ ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0 IMAGE_NAME=prometheus-to-sd ALL_ARCH=amd64 arm64 PREFIX ?= staging-k8s.gcr.io -TAG ?= v0.11.9 +TAG ?= v0.11.11 IMAGE=$(PREFIX)/$(IMAGE_NAME)