diff --git a/cmd/datasource-syncer/datasource-syncer.yaml b/cmd/datasource-syncer/datasource-syncer.yaml index c1d82aa9c2..25da4c6d20 100644 --- a/cmd/datasource-syncer/datasource-syncer.yaml +++ b/cmd/datasource-syncer/datasource-syncer.yaml @@ -41,7 +41,7 @@ spec: - linux containers: - name: datasource-syncer-init - image: gke.gcr.io/prometheus-engine/datasource-syncer:v0.17.3-gke.0 + image: gke.gcr.io/prometheus-engine/datasource-syncer:v0.17.5-gke.0 args: - "--datasource-uids=$DATASOURCE_UIDS" - "--grafana-api-endpoint=$GRAFANA_API_ENDPOINT" @@ -79,7 +79,7 @@ spec: - linux containers: - name: datasource-syncer - image: gke.gcr.io/prometheus-engine/datasource-syncer:v0.17.3-gke.0 + image: gke.gcr.io/prometheus-engine/datasource-syncer:v0.17.5-gke.0 args: - "--datasource-uids=$DATASOURCE_UIDS" - "--grafana-api-endpoint=$GRAFANA_API_ENDPOINT" diff --git a/cmd/frontend/Dockerfile b/cmd/frontend/Dockerfile index 05a4db0c4f..9fca41e04c 100644 --- a/cmd/frontend/Dockerfile +++ b/cmd/frontend/Dockerfile @@ -15,7 +15,7 @@ FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.26.4@sha256:3444149d0a7e3f7cfb9c2db65f0f75676fe6ad04de3ce72674efb120c08dd1c1 AS buildbase # Compile the UI assets. -FROM --platform=$BUILDPLATFORM us-central1-docker.pkg.dev/serverless-runtimes/google-24-full/runtimes/nodejs24@sha256:b84e743ae17a3ee6de75c43e368790195ae4e98585f227f350a00e8ad393edca AS assets +FROM --platform=$BUILDPLATFORM us-central1-docker.pkg.dev/serverless-runtimes/google-24-full/runtimes/nodejs24@sha256:ae17c16625e86cb4b9d41bfd5e98d31dce60d5e505d0cbfec757f21c693e4e44 AS assets WORKDIR /app # To build the UI we need a recent node version and the go toolchain. COPY --from=buildbase /usr/bin/make /usr/bin/