push to version 0.3.0 [skip ci]

This commit is contained in:
Sebastian Hugentobler 2022-03-28 13:16:28 +02:00
parent f3f9b2af24
commit b8063330e0
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
9 changed files with 267 additions and 51 deletions

View file

@ -1,6 +1,6 @@
FROM golang:1-alpine3.12 as builder
FROM golang:1.18.0-alpine3.15 as builder
ENV VERSION=v0.1.5
ENV VERSION=v0.3.0
RUN apk --no-cache add \
git \
@ -27,10 +27,8 @@ COPY --from=builder /build/bin/mautrix-whatsapp /bin/mautrix-whatsapp
RUN apk --no-cache add \
ca-certificates \
libstdc++
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add \
olm
libstdc++ \
olm
WORKDIR /var/lib/matrix-bridge