From e3539897648d5be731936406f0c680fac4fa1fae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jan 2024 21:02:55 +0000 Subject: [PATCH] Update x1unix/go-playground Docker tag to v1.14.1 --- 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 a66bb08..99b412c 100644 --- a/manifests/goplayground/goplayground.yaml +++ b/manifests/goplayground/goplayground.yaml @@ -29,7 +29,7 @@ spec: spec: containers: - name: web - image: x1unix/go-playground:1.14.0 + image: x1unix/go-playground:1.14.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8000 -- 2.45.1