Skip to content

Commit

Permalink
fix rust base image (#175)
Browse files Browse the repository at this point in the history
* trigger build

* build statically

* build with mussl

* build with mussl

* build with mussl

* cleanup
  • Loading branch information
maxday authored Oct 24, 2023
1 parent 3d7c81a commit c2f2618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust as builder
FROM rust:buster as builder
WORKDIR /usr/src/app
COPY Cargo.toml .
COPY Cargo.lock .
Expand Down

0 comments on commit c2f2618

Please sign in to comment.