Skip to content

Commit 88ace12

Browse files
fix(deps): bump the docker group across 6 directories with 1 update (#1675)
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. Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Updates `golang` from 1.24.2 to 1.24.4 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 7c4bab3 + f60051a commit 88ace12

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.4@sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a 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.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.4@sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a 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.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.4@sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a 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.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.4@sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a 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.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.4@sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a 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.24.2@sha256:b1c2f92db6ecd86731fa53f7b48f357dda1b9107655c9f361275c31fea9673fe AS buildbase
15+
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.24.4@sha256:747649f495b7858869c147b743205dda7050af8530088b35cb46e000ee5a0c8a AS buildbase
1616
ARG TARGETOS
1717
ARG TARGETARCH
1818
WORKDIR /app

0 commit comments

Comments
 (0)