Use debian as base image.

This commit is contained in:
Kavin 2022-11-23 07:05:08 +00:00
parent b5ab3f93d4
commit d21b74e265
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ COPY . .
RUN cargo build --release
FROM alpine:latest
FROM debian:stable-slim
WORKDIR /app/