Upgrading Murmur to 1.5.634.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alexey Skobkin 2024-11-22 00:24:40 +03:00
parent b9ca6517e5
commit 8a4703ceae
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -1,6 +1,6 @@
FROM alpine:3.18 as builder FROM alpine:3.20 as builder
ARG VERSION=1.5.613 ARG VERSION=1.5.634
LABEL \ LABEL \
org.label-schema.vendor="Alexey Skobkin - skobkin@proton.me" \ org.label-schema.vendor="Alexey Skobkin - skobkin@proton.me" \
@ -45,7 +45,7 @@ RUN \
cmake -Dclient=OFF -Ddbus=OFF -Dice=OFF -Dzeroconf=OFF -Dlto=ON .. && \ cmake -Dclient=OFF -Ddbus=OFF -Dice=OFF -Dzeroconf=OFF -Dlto=ON .. && \
make -j $(nproc) make -j $(nproc)
FROM alpine:3.18 FROM alpine:3.20
RUN \ RUN \
apk update -q --no-cache && \ apk update -q --no-cache && \