Skip to content

Commit

Permalink
chore: upgrade docker image ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Nov 24, 2023
1 parent 6c769cf commit 33ea523
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
Expand Up @@ -24,11 +24,11 @@ COPY --from=cacher /app/target target
COPY --from=cacher $CARGO_HOME $CARGO_HOME
RUN cargo build --release

FROM ubuntu:20.04 as runtime
FROM ubuntu:22.04 as runtime
WORKDIR app

RUN apt-get update \
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y ca-certificates tzdata \
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y ca-certificates tzdata libssl3 \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /app/target/release/scaphandre /usr/local/bin
Expand Down

0 comments on commit 33ea523

Please sign in to comment.