From da2aabfea20442474a1fd7cf875cc7e1f801cd27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:22:24 +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..ce09ecdf7 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.5.0@sha256:08e466006f0860e54fc299378de998935333e0e130a15f6f98482e9f8dab3058 COPY ./bin /bin