This commit is contained in:
nora 2022-06-28 20:15:05 +02:00
parent fb9010131f
commit cd8d261cc7

View file

@ -16,7 +16,7 @@ COPY src ./src
RUN touch src/main.rs
RUN cargo build --release -Zsparse-registry
FROM debian:11.3
FROM debian:latest
WORKDIR /app