Skip to content

Commit

Permalink
Update Dockerfile to avoid warning
Browse files Browse the repository at this point in the history
upper case, so we avoid the following warning when building:

1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 4)
  • Loading branch information
brnuts authored Dec 3, 2024
1 parent 10535f3 commit 7a08775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build image
# ==============================================================================

FROM ghcr.io/rust-lang/rust:nightly-bookworm as build
FROM ghcr.io/rust-lang/rust:nightly-bookworm AS build

RUN apt-get update && \
apt-get install -y build-essential \
Expand Down

0 comments on commit 7a08775

Please sign in to comment.