Upgrading second build stage to Alpine 3.21 too.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alexey Skobkin 2024-12-08 17:35:58 +00:00
parent cff0f30232
commit 2627af36a7

View file

@ -43,7 +43,7 @@ RUN \
cmake -Dclient=OFF -Ddbus=OFF -Dice=OFF -Dzeroconf=OFF -Dlto=ON .. && \
make -j $(nproc)
FROM alpine:3.20
FROM alpine:3.21
RUN \
apk update -q --no-cache && \