From d1457c5373f2755ba5a840d41fc7e499e2255b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:28:19 +0000 Subject: [PATCH] chore(deps): update ghcr.io/mattrobenolt/ps-http-sim docker tag to v0.0.11 --- docker/planetscale_proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/planetscale_proxy/Dockerfile b/docker/planetscale_proxy/Dockerfile index 8c3ef94406e9..c07893d02aa3 100644 --- a/docker/planetscale_proxy/Dockerfile +++ b/docker/planetscale_proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/mattrobenolt/ps-http-sim:v0.0.9 AS planetscale-proxy +FROM ghcr.io/mattrobenolt/ps-http-sim:v0.0.11 AS planetscale-proxy # ps-http-sim provides a barebones image with nothing but the static binary # but we also rely on netcat being present. Alpine provides it as part of busybox.