Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
corrigido o cocker file
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandragi committed Aug 3, 2022
1 parent 0a89ddd commit f3e5759
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
Expand Up @@ -3,7 +3,7 @@ COPY . /app
WORKDIR /app
RUN cargo build --release

FROM debian:10.4
FROM debian:11
RUN apt update
RUN apt install -y curl openssl libssl-dev
COPY --from=build /app/target/release/kurosawa_dia /app/kurosawa_dia
Expand Down

0 comments on commit f3e5759

Please sign in to comment.