Skip to content

Commit

Permalink
switch to bookworm image
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Oct 31, 2023
1 parent 806a81a commit ad55dcc
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 @@ -8,7 +8,7 @@ WORKDIR /app
COPY . .
WORKDIR /app/crates/bws
RUN cargo build --release
FROM ${ARCH}debian:trixie-slim as runner
FROM ${ARCH}debian:bookworm-slim as runner
WORKDIR /usr/local/bin
COPY --from=builder /app/target/release/bws .
COPY --from=builder /etc/ssl/certs /etc/ssl/certs
Expand Down

0 comments on commit ad55dcc

Please sign in to comment.