From 95c021b762c28f417c87b1f90db2413f093d881d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 21:03:10 +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..b40b78345 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.2.1@sha256:bb0843a1307b1aa73f65f24379d11dde881c16db62ba50810de0c64d48e740ed COPY ./bin /bin