chore: update docker base img
This commit is contained in:
parent
f6ab9102f4
commit
3819c93908
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.56-slim-bullseye as rust
|
||||
FROM rust:slim as rust
|
||||
WORKDIR /src
|
||||
RUN apt-get update && apt-get install -y git pkg-config libssl-dev
|
||||
RUN mkdir src && echo "fn main() {}" > src/main.rs
|
||||
|
|
Loading…
Reference in a new issue