Fix docker images in Dockerfile (#124)

This commit is contained in:
Cecile Tonglet 2021-10-28 12:04:52 +01:00 committed by GitHub
parent 02a9a4a35d
commit 5c82d0f05e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
FROM rust:latest as build
FROM rust:bullseye as build
COPY . /src
RUN cargo install --path /src
FROM debian:buster
FROM debian:bullseye
LABEL org.opencontainers.image.source https://github.com/deps-rs/deps.rs