From d4b3506fa53b9d3aa6fa6f5d85bfd536975a2944 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:21:17 +0000 Subject: [PATCH] feat(deps): update curlimages/curl docker tag to v8 --- wait-for-http/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wait-for-http/Dockerfile b/wait-for-http/Dockerfile index f5822f06d..093d42b45 100644 --- a/wait-for-http/Dockerfile +++ b/wait-for-http/Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:7.88.1@sha256:48318407b8d98e8c7d5bd4741c88e8e1a5442de660b47f63ba656e5c910bc3da +FROM curlimages/curl:8.7.1@sha256:25d29daeb9b14b89e2fa8cc17c70e4b188bca1466086907c2d9a4b56b59d8e21 COPY ./bin /bin