Use `alpine:edge` for ameba builder image

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-10 04:42:13 +01:00 committed by GitHub
parent 35ff16206c
commit 2805e12b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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