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
|
ENV VERSION=v0.7.2
|
||||||
|
|
||||||
@ -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.16
|
FROM docker.io/thallian/confd-env:3.17
|
||||||
|
|
||||||
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
|
||||||
|
@ -24,7 +24,7 @@ appservice:
|
|||||||
address: http://{{getenv "HOSTNAME"}}:29318
|
address: http://{{getenv "HOSTNAME"}}:29318
|
||||||
|
|
||||||
# The hostname and port where this appservice should listen.
|
# The hostname and port where this appservice should listen.
|
||||||
hostname: "::"
|
hostname: [::]
|
||||||
port: 29318
|
port: 29318
|
||||||
|
|
||||||
# Database config.
|
# Database config.
|
||||||
@ -345,7 +345,7 @@ bridge:
|
|||||||
require: false
|
require: false
|
||||||
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
|
# 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.
|
# 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?
|
# What level of device verification should be required from users?
|
||||||
#
|
#
|
||||||
# Valid levels:
|
# Valid levels:
|
||||||
|
Loading…
Reference in New Issue
Block a user