Skip to content

Commit

Permalink
fix dockerfile rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Aug 11, 2024
1 parent 18057a9 commit 8399bdb
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 rust:1.76.0 as build-env
FROM rust:1.80.1 as build-env

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker_publish

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /app
COPY . /app
RUN cargo build --release --bin s3ite --features binary
Expand Down

0 comments on commit 8399bdb

Please sign in to comment.