Skip to content

Commit

Permalink
bump: Docker images to debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 16, 2023
1 parent 86ee9cb commit b4d54cf
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.70.0 as builder
FROM rust:1.70.0-bookworm as builder

WORKDIR /breakwater
COPY src/ src/
Expand All @@ -12,7 +12,7 @@ RUN rustup toolchain install nightly
# We don't want to e.g. set "-C target-cpu=native", so that the binary should run everywhere
RUN RUSTFLAGS='' cargo +nightly install --path .

FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update && \
apt-get install -y libvncserver1 ffmpeg && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b4d54cf

Please sign in to comment.