Skip to content

Commit

Permalink
chore(deps): update to debian bookworm, rust 1.80 (#2354)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Aug 7, 2024
1 parent b764ee3 commit ea991d5
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.79.0-buster AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.80-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/

FROM chef AS planner
Expand Down

0 comments on commit ea991d5

Please sign in to comment.