From f043fa0ea813607ba0001a0f5e2d43230a2c546f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:17:29 +0000 Subject: [PATCH] Update fsouza/fake-gcs-server Docker tag to v1.47.6 --- .batect/fake-gcs-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.batect/fake-gcs-server/Dockerfile b/.batect/fake-gcs-server/Dockerfile index c06385ad..1c273002 100644 --- a/.batect/fake-gcs-server/Dockerfile +++ b/.batect/fake-gcs-server/Dockerfile @@ -1,4 +1,4 @@ -FROM fsouza/fake-gcs-server:1.47.5 +FROM fsouza/fake-gcs-server:1.47.6 RUN apk add --no-cache bash curl COPY healthcheck.sh /bin/healthcheck.sh HEALTHCHECK --interval=1s CMD /bin/healthcheck.sh