Skip to content

Commit 99deb08

Browse files
chore(deps): update docker.io/rust docker tag to v1.91 (#1374)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/rust | stage | minor | `1.90` -> `1.91` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/otel-arrow). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54a6d2d commit 99deb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/otap-dataflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# with the arrow enabled go collector build files in the repo root, the image
88
# must be built with additional --build-context flags as follows:
99
# docker build --build-context otel-arrow=../../ -f Dockerfile -t df_engine .
10-
FROM --platform=$BUILDPLATFORM docker.io/rust:1.90@sha256:e227f20ec42af3ea9a3c9c1dd1b2012aa15f12279b5e9d5fb890ca1c2bb5726c AS dataflow-build
10+
FROM --platform=$BUILDPLATFORM docker.io/rust:1.91@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf AS dataflow-build
1111
WORKDIR /build/rust/dataflow
1212
ARG BUILDPLATFORM
1313
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)