Skip to content

Commit e681793

Browse files
dependabot[bot]bernot-dev
authored andcommitted
fix(deps): bump the docker group across 7 directories with 1 update
Bumps the docker group with 1 update in the /cmd/config-reloader directory: golang. Bumps the docker group with 1 update in the /cmd/datasource-syncer directory: golang. Bumps the docker group with 1 update in the /cmd/frontend directory: golang. Bumps the docker group with 1 update in the /cmd/operator directory: golang. Bumps the docker group with 1 update in the /cmd/rule-evaluator directory: golang. Bumps the docker group with 1 update in the /examples/instrumentation/go-synthetic directory: golang. Bumps the docker group with 1 update in the /hack directory: golang. Updates `golang` from 1.25.2 to 1.25.3 Updates `golang` from 1.25.2 to 1.25.3 Updates `golang` from 1.25.2 to 1.25.3 Updates `golang` from 1.25.2 to 1.25.3 Updates `golang` from 1.25.2 to 1.25.3 Updates `golang` from 1.25.2 to 1.25.3 Updates `golang` from 1.25.2 to 1.25.3 --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: golang dependency-version: 1.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c304f6d commit e681793

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

cmd/config-reloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

cmd/datasource-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

cmd/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616

1717
# Compile the UI assets.
1818
FROM --platform=$BUILDPLATFORM gcr.io/google-appengine/nodejs AS assets

cmd/operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

cmd/rule-evaluator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

examples/instrumentation/go-synthetic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

hack/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# deps builds binaries in an isolated environment to avoid
1616
# funkiness in the hermetic build.
17-
FROM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS deps
17+
FROM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS deps
1818
WORKDIR /workspace
1919

2020
RUN go install github.com/bwplotka/[email protected]
@@ -23,7 +23,7 @@ RUN bingo -v get # TODO(bwplotka): It takes 177s in docker container with colima
2323

2424
# hermetic is a lite copy of the repo resources used in building
2525
# testing in a hermetic, idempotent, and reproducable environment.
26-
FROM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS hermetic
26+
FROM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS hermetic
2727

2828
COPY --from=deps /go/bin /go/bin
2929
ARG RUNCMD='go fmt ./...'
@@ -67,7 +67,7 @@ COPY --from=hermetic /workspace/charts charts
6767
COPY --from=hermetic /workspace/e2e e2e
6868

6969
## kindtest image for running tests against kind cluster in hermetic environment.
70-
FROM google-go.pkg.dev/golang:1.25.2@sha256:3d497f24a4bc1a049dc0f8a00a8554860a03f07bf9b3933637f1c7a5338eb969 AS buildbase
70+
FROM google-go.pkg.dev/golang:1.25.3@sha256:35b566f68e22be2310b4538a5c2102c0331a960a69a98b7c473d3d378ba6decf AS buildbase
7171
FROM docker:28.5-cli AS docker
7272
FROM debian:stable-slim AS kindtest
7373

0 commit comments

Comments
 (0)