Upgrading Murmur to 1.5.634. #3

Merged
skobkin merged 2 commits from murmur_1_5_634 into master 2024-11-21 22:03:13 +00:00
Showing only changes of commit b0823dc38d - Show all commits

View file

@ -49,7 +49,7 @@ FROM alpine:3.20
RUN \
apk update -q --no-cache && \
apk add -q --no-cache libcap libcrypto1.1 libgcc libprotobuf libssl1.1 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
apk add -q --no-cache libcap libcrypto3 libgcc libprotobuf libssl3 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
shadow tzdata && \
mkdir -p /ssl && \
mkdir -p /config && \