Skip to content

Commit

Permalink
try another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Czechh committed Aug 23, 2023
1 parent 015dcbd commit 9c00fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.68-slim-buster as build
FROM rust:1.68-bullseye as build

RUN USER=root cargo new --bin motorhead
WORKDIR /motorhead
Expand All @@ -23,7 +23,7 @@ COPY ./src ./src
RUN rm ./target/release/deps/motorhead*
RUN cargo build --release

FROM debian:buster-slim
FROM debian:bullseye

RUN apt-get update && apt install -y openssl ca-certificates

Expand Down

0 comments on commit 9c00fad

Please sign in to comment.