mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Use debian as base image.
This commit is contained in:
parent
b5ab3f93d4
commit
d21b74e265
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY . .
|
|||
|
||||
RUN cargo build --release
|
||||
|
||||
FROM alpine:latest
|
||||
FROM debian:stable-slim
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Loading…
Reference in a new issue