mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Use alpine:edge
for ameba builder image
This commit is contained in:
parent
35ff16206c
commit
2805e12b9c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest as builder
|
||||
FROM alpine:edge as builder
|
||||
RUN apk add --update crystal shards openssl-dev yaml-dev musl-dev make
|
||||
RUN mkdir /ameba
|
||||
WORKDIR /ameba
|
||||
|
|
Loading…
Reference in a new issue