build on alpine 3.13
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Paolo Asperti 2021-09-14 17:36:01 +02:00
parent 9975618801
commit 7982a2a8ec
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# we use a different image for building
# see https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2
FROM alpine:3.14 AS builder
FROM alpine:3.13 AS builder
ENV LANG C.UTF-8