Update Dockerfile
This commit is contained in:
parent
0357c1fb5e
commit
f2d7f8e78b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:slim as final
|
||||
FROM debian:stable-slim as final
|
||||
WORKDIR /app
|
||||
COPY ./target/release/bin ./bin
|
||||
CMD ["/app/bin"]
|
||||
|
|
Loading…
Reference in a new issue