Skip to content

Commit

Permalink
chore(deps): bump lukemathwalker/cargo-chef (#2427)
Browse files Browse the repository at this point in the history
Bumps lukemathwalker/cargo-chef from latest-rust-1.81.0-slim-bookworm to latest-rust-1.82.0-slim-bookworm.

---
updated-dependencies:
- dependency-name: lukemathwalker/cargo-chef
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 5c29057 commit 62473c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.81.0-slim-bookworm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.82.0-slim-bookworm AS chef
WORKDIR app

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / publish_x86

Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes

WorkdirRelativePath: Relative workdir "app" can have unexpected results if the base image changes More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / publish_aarch64

Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes

WorkdirRelativePath: Relative workdir "app" can have unexpected results if the base image changes More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/

FROM chef AS planner
Expand Down

0 comments on commit 62473c6

Please sign in to comment.