push to alpine 3.17

This commit is contained in:
Sebastian Hugentobler 2022-11-24 09:31:41 +01:00
parent 657c30931a
commit 32a1da75c1
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 4 additions and 4 deletions

View file

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