From e69a33f222060f3abef23031491e14aefd14c802 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Sep 2024 11:03:36 +0000 Subject: [PATCH] Update mccutchen/go-httpbin Docker tag to v2.14.1 --- apps/httpbin/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/httpbin/deployment.yaml b/apps/httpbin/deployment.yaml index c55019e..1e5cab9 100644 --- a/apps/httpbin/deployment.yaml +++ b/apps/httpbin/deployment.yaml @@ -28,7 +28,7 @@ spec: type: RuntimeDefault containers: - name: httpbin - image: mccutchen/go-httpbin:v2.14.0 + image: mccutchen/go-httpbin:v2.14.1 imagePullPolicy: IfNotPresent securityContext: runAsNonRoot: true