Merge pull request #296 from crystal-ameba/Sija/dockerfile-alpine-edge

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-10 11:03:41 +01:00 committed by GitHub
commit 1a26ebcfed
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