mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-12-12 21:30:37 +05:30
Use debian as base image.
This commit is contained in:
parent
b5ab3f93d4
commit
d21b74e265
@ -6,7 +6,7 @@ COPY . .
|
||||
|
||||
RUN cargo build --release
|
||||
|
||||
FROM alpine:latest
|
||||
FROM debian:stable-slim
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user