From 0894e2a686fe15ac9476f1d56dfb908538332d14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:47:15 +0000 Subject: [PATCH] Update bats/bats Docker tag to v1.11.1 --- test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile b/test/Dockerfile index 4f32bbe..41d4255 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -7,7 +7,7 @@ RUN go mod init test_server RUN go build -o /artifacts/test_server . -FROM bats/bats:1.11.0 +FROM bats/bats:1.11.1 RUN apk --no-cache --update add gettext git