mirror of
https://github.com/jhbruhn/notes2ics.git
synced 2025-03-14 20:55:49 +00:00
Update dockerfile runtime to debian bookworm
This commit is contained in:
parent
2353f608f8
commit
7e81496da5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN cargo build --release --target $(cat /.platform)
|
|||
RUN cp ./target/$(cat /.platform)/release/notes2ics /notes2ics.bin # Get rid of this when build --out is stable
|
||||
|
||||
|
||||
FROM debian:buster-slim
|
||||
FROM debian:bookworm-slim
|
||||
ARG APP=/usr/src/app
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in a new issue