Updated debian version in docker container
This commit is contained in:
parent
f76e09864d
commit
bdc39e55c8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ COPY . .
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM debian:bookworm-slim
|
FROM debian:sid
|
||||||
|
|
||||||
WORKDIR /app/data
|
WORKDIR /app/data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue