fix(deps): bump the docker group across 7 directories with 1 update (… · GoogleCloudPlatform/prometheus-engine@b62d0b6 (original) (raw)

File tree

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 -FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
15 +FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
16 16 ARG TARGETOS
17 17 ARG TARGETARCH
18 18 WORKDIR /app
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 -FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
15 +FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
16 16 ARG TARGETOS
17 17 ARG TARGETARCH
18 18 WORKDIR /app
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 -FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
15 +FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
16 16
17 17 # Compile the UI assets.
18 18 FROM --platform=$BUILDPLATFORM gcr.io/google-appengine/nodejs AS assets
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 -FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
15 +FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
16 16 ARG TARGETOS
17 17 ARG TARGETARCH
18 18 WORKDIR /app
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 -FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
15 +FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
16 16 ARG TARGETOS
17 17 ARG TARGETARCH
18 18 WORKDIR /app
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
12 12 # See the License for the specific language governing permissions and
13 13 # limitations under the License.
14 14
15 -FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
15 +FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
16 16 ARG TARGETOS
17 17 ARG TARGETARCH
18 18 WORKDIR /app
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
14 14
15 15 # deps builds binaries in an isolated environment to avoid
16 16 # funkiness in the hermetic build.
17 -FROM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS deps
17 +FROM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS deps
18 18 WORKDIR /workspace
19 19
20 20 RUN go install github.com/bwplotka/bingo@v0.9.0
@@ -23,7 +23,7 @@ RUN bingo -v get # TODO(bwplotka): It takes 177s in docker container with colima
23 23
24 24 # hermetic is a lite copy of the repo resources used in building
25 25 # testing in a hermetic, idempotent, and reproducable environment.
26 -FROM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS hermetic
26 +FROM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS hermetic
27 27
28 28 COPY --from=deps /go/bin /go/bin
29 29 ARG RUNCMD='go fmt ./...'
@@ -68,7 +68,7 @@ COPY --from=hermetic /workspace/e2e e2e
68 68 COPY --from=hermetic /workspace/vendor vendor.tmp
69 69
70 70 ## kindtest image for running tests against kind cluster in hermetic environment.
71 -FROM google-go.pkg.dev/golang:1.24.1@sha256:2339fc6914f7e95db6d9643df0e7d4726452b3496031a5a1eb63739cedf253e8 AS buildbase
71 +FROM google-go.pkg.dev/golang:1.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
72 72 FROM docker:28.0-cli AS docker
73 73 FROM debian:stable-slim AS kindtest
74 74