From 32a1da75c116e5e2a1754d989c13eddfc26f9109 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 24 Nov 2022 09:31:41 +0100 Subject: [PATCH] push to alpine 3.17 --- Dockerfile | 4 ++-- rootfs/etc/confd/templates/config.yaml.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe44e7b..470840a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/rootfs/etc/confd/templates/config.yaml.tmpl b/rootfs/etc/confd/templates/config.yaml.tmpl index 346e309..e398de4 100644 --- a/rootfs/etc/confd/templates/config.yaml.tmpl +++ b/rootfs/etc/confd/templates/config.yaml.tmpl @@ -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: