Skip to content

Commit

Permalink
Make "Dockerfile" lower case (#133)
Browse files Browse the repository at this point in the history
Otherwise, we get a `error 400 Bad Request`.
  • Loading branch information
marhkb authored Aug 28, 2022
1 parent e1c9376 commit d3650a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts/images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl ImageBuildOptsBuilder {
impl_url_str_field!(
/// Path within the build context to the Dockerfile. This is ignored
/// if remote is specified and points to an external Dockerfile.
dockerfile => "Dockerfile"
dockerfile => "dockerfile"
);

impl_url_str_field!(
Expand Down

0 comments on commit d3650a8

Please sign in to comment.