Changing alpine image to edge.

This commit is contained in:
Alexey Skobkin 2022-01-20 04:07:13 +03:00
parent f0c612a54f
commit 17d54aab7c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3 as builder
FROM alpine:edge as builder
ARG VERSION=1.4.230
@ -34,7 +34,7 @@ RUN \
cmake -Dclient=OFF -Ddbus=OFF -Dice=OFF -Dzeroconf=OFF .. && \
make -j $(nproc)
FROM alpine:latest
FROM alpine:edge
RUN \
apk update -q --no-cache && \