push to 0.10.9
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m0s

This commit is contained in:
Sebastian Hugentobler 2024-07-18 12:33:52 +02:00
parent 714203ace8
commit c834802dc6
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
FROM docker.io/golang:1.21-alpine3.19 as builder
FROM docker.io/golang:1.21-alpine3.20 as builder
ENV VERSION=v0.10.7
ENV VERSION=v0.10.9
RUN apk --no-cache add \
git \
@ -18,7 +18,7 @@ RUN git checkout $VERSION
RUN go build -o /build/bin/mautrix-whatsapp
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
FROM docker.io/thallian/confd-env:3.20-3.1.6.2
RUN addgroup -g 2222 matrix-bridge
RUN adduser -h /var/lib/matrix-bridge -u 2222 -D -G matrix-bridge matrix-bridge