From 4c7a2728387e73c35395d71916cfb346c00aefeb Mon Sep 17 00:00:00 2001 From: javielico Date: Fri, 11 Nov 2022 16:59:00 +0000 Subject: [PATCH 1/2] Up version to 2.9.4 --- abra.sh | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index db45b30..e8308fb 100644 --- a/abra.sh +++ b/abra.sh @@ -1,3 +1,3 @@ -export TRAEFIK_YML_VERSION=v14 +export TRAEFIK_YML_VERSION=v15 export FILE_PROVIDER_YML_VERSION=v6 export ENTRYPOINT_VERSION=v2 diff --git a/compose.yml b/compose.yml index 65ff143..5fc9f1f 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "traefik:v2.9.1" + image: "traefik:v2.9.4" # Note(decentral1se): *please do not* add any additional ports here. # Doing so could break new installs with port conflicts. Please use # the usual `compose.$app.yml` approach for any additional ports @@ -47,7 +47,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.options=default@file" - "traefik.http.routers.${STACK_NAME}.service=api@internal" - "traefik.http.routers.${STACK_NAME}.middlewares=security@file" - - "coop-cloud.${STACK_NAME}.version=2.0.0+v2.9.1" + - "coop-cloud.${STACK_NAME}.version=2.0.1+v2.9.4" networks: proxy: From 5f25a272cbe997fdc8f43c5620c20efdaac48449 Mon Sep 17 00:00:00 2001 From: javielico Date: Fri, 11 Nov 2022 17:02:09 +0000 Subject: [PATCH 2/2] One ping less to Google, swap for Quad9 --- traefik.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik.yml.tmpl b/traefik.yml.tmpl index 980b909..84926fb 100644 --- a/traefik.yml.tmpl +++ b/traefik.yml.tmpl @@ -102,5 +102,5 @@ certificatesResolvers: provider: {{ (env "LETS_ENCRYPT_DNS_CHALLENGE_PROVIDER") }} resolvers: - "1.1.1.1:53" - - "8.8.8.8:53" + - "9.9.9.9:53" {{ end }}