push to 0.8.3

This commit is contained in:
Sebastian Hugentobler 2023-03-29 10:48:26 +02:00
parent 32a1da75c1
commit a109893392
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
FROM docker.io/golang:1.19.3-alpine3.16 as builder FROM docker.io/golang:1.19.3-alpine3.16 as builder
ENV VERSION=v0.7.2 ENV VERSION=v0.8.3
RUN apk --no-cache add \ RUN apk --no-cache add \
git \ git \
@ -18,7 +18,7 @@ RUN git checkout $VERSION
RUN go build -o /build/bin/mautrix-whatsapp RUN go build -o /build/bin/mautrix-whatsapp
FROM docker.io/thallian/confd-env:3.17 FROM docker.io/thallian/confd-env:3.17-3.1.3.0
RUN addgroup -g 2222 matrix-bridge RUN addgroup -g 2222 matrix-bridge
RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge