From 9996a0d413a10a0fa7445ce044a09f5950abc1e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 07:17:05 +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 32e44d7fc..047eeb627 100644 --- a/wait-for-http/Dockerfile +++ b/wait-for-http/Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:7.86.0@sha256:cfdeba7f88bb85f6c87f2ec9135115b523a1c24943976a61fbf59c4f2eafd78e +FROM curlimages/curl:8.1.2@sha256:0b3b60a4b1e2cdd3668add7f52d0a05da6711cd59f4e68c32f0706c9a84b67b0 COPY ./bin /bin