mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-12-13 22:00:36 +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
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM debian:stable-slim
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user