Skip to content

Commit

Permalink
chore(deps): update public.ecr.aws/docker/library/rust:1.84.1 docker …
Browse files Browse the repository at this point in the history
…digest to 8e112a6 (#351)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [public.ecr.aws/docker/library/rust](https://hub.docker.com/_/rust)
([source](https://redirect.github.com/rust-lang/docker-rust)) | final |
digest | `4ac764e` -> `8e112a6` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Feb 5, 2025
1 parent 9abb8e6 commit 7fbc22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rust-musl-chef/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/rust:1.84.1@sha256:4ac764e7954b5a31cb4ca1df31885497cf86ed532ea1c4456da1b9a960964eef as chef
FROM public.ecr.aws/docker/library/rust:1.84.1@sha256:8e112a6aa020f53e5711bfe0869ac85dee0a6dcd8052fcc21d38d409d8852576 as chef

Check warning on line 1 in apps/rust-musl-chef/Dockerfile

View workflow job for this annotation

GitHub Actions / build-images / Build/Test rust-musl-chef (linux/amd64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /build

# compile openssl for static linking
Expand Down

0 comments on commit 7fbc22c

Please sign in to comment.