Skip to content

Commit 846ad49

Browse files
chore(deps): update docker.io/rust docker tag to v1.94 (open-telemetry#2238)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/rust | stage | minor | `1.93` → `1.94` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: albertlockett <a.lockett@f5.com>
1 parent 640694d commit 846ad49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.93@sha256:51c04d7a2b38418ba23ecbfb373c40d3bd493dec1ddfae00ab5669527320195e AS dataflow-build
10+
FROM --platform=$BUILDPLATFORM docker.io/rust:1.94@sha256:0e6da0c8f06f25e9591f21c0f741cd4ff1086e271c3330f29f6e4e95869c7843 AS dataflow-build
1111
WORKDIR /build/rust/dataflow
1212
ARG BUILDPLATFORM
1313
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)