push to 0.7.2

This commit is contained in:
Sebastian Hugentobler 2022-11-18 09:25:26 +01:00
parent ff61e61c59
commit 109458b3c1

View File

@ -1,13 +1,13 @@
FROM docker.io/golang:1.18.3-alpine3.16 as builder FROM docker.io/golang:1.18.3-alpine3.16 as builder
ENV VERSION=v0.6.1 ENV VERSION=v0.7.2
RUN apk --no-cache add \ RUN apk --no-cache add \
git \ git \
gcc \ gcc \
olm-dev \ olm-dev \
libc-dev \ libc-dev \
musl-dev musl-dev
RUN ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so RUN ln -s /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so
@ -26,8 +26,8 @@ RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge
COPY --from=builder /build/bin/mautrix-whatsapp /bin/mautrix-whatsapp COPY --from=builder /build/bin/mautrix-whatsapp /bin/mautrix-whatsapp
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates \ ca-certificates \
libstdc++ \ libstdc++ \
olm olm
WORKDIR /var/lib/matrix-bridge WORKDIR /var/lib/matrix-bridge