push to alpine 3.17
This commit is contained in:
parent
657c30931a
commit
32a1da75c1
@ -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
|
||||
|
@ -24,7 +24,7 @@ appservice:
|
||||
address: http://{{getenv "HOSTNAME"}}:29318
|
||||
|
||||
# The hostname and port where this appservice should listen.
|
||||
hostname: "::"
|
||||
hostname: [::]
|
||||
port: 29318
|
||||
|
||||
# Database config.
|
||||
@ -345,7 +345,7 @@ bridge:
|
||||
require: false
|
||||
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
|
||||
# You must use a client that supports requesting keys from other users to use this feature.
|
||||
allow_key_sharing: false
|
||||
allow_key_sharing: true
|
||||
# What level of device verification should be required from users?
|
||||
#
|
||||
# Valid levels:
|
||||
|
Loading…
Reference in New Issue
Block a user