From d38f4d27ffe4252438c1867b0f7c0e211c796b6a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 May 2025 03:16:16 +0000 Subject: [PATCH] Update x1unix/go-playground Docker tag to v2.5.7 --- manifests/goplayground/goplayground.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/goplayground/goplayground.yaml b/manifests/goplayground/goplayground.yaml index 5e6d3fe..38813dd 100644 --- a/manifests/goplayground/goplayground.yaml +++ b/manifests/goplayground/goplayground.yaml @@ -29,7 +29,7 @@ spec: spec: containers: - name: web - image: x1unix/go-playground:2.5.5 + image: x1unix/go-playground:2.5.7 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 -- 2.49.1