From caa8a0d0c2c198abd99c2b39b95f1c20c2783adb Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 30 Apr 2022 03:59:21 +0200
Subject: [PATCH] fix(dns): Update dnsproxy image to version 0.42.2

This patch provides some bugfixes as well as fixing the inabbility to
launch `/dnsproxy` due to not being statically built.
---
 apps/k8s01/dns/dns.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index 8b6b1e61e..3dcd20b4b 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -17,7 +17,7 @@ spec:
     spec:
       containers:
         - name: dnsproxy
-          image: quay.io/sheogorath/dnsproxy:0.42.0
+          image: quay.io/sheogorath/dnsproxy:0.42.2
           args:
             - /dnsproxy
             - --upstream=https://dns.shivering-isles.com/dns-query
-- 
GitLab