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

Commit

Permalink
Fix Docker image by using later version of Debian base image
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
prologic committed Feb 10, 2024
1 parent 490443f commit 12422d2
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 @@ -10,7 +10,7 @@ COPY src ./src
RUN apt-get update && apt-get install -y libssl-dev pkg-config && cargo install --locked --path .

# Bundle Stage
FROM debian:buster-slim
FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y ca-certificates ffmpeg
COPY --from=builder /usr/local/cargo/bin/january ./
EXPOSE 7000
Expand Down

0 comments on commit 12422d2

Please sign in to comment.