You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/