diff --git a/bats/Dockerfile b/bats/Dockerfile index c3a939c..dfc762f 100644 --- a/bats/Dockerfile +++ b/bats/Dockerfile @@ -1,4 +1,4 @@ -FROM bats/bats:1.11.0 +FROM bats/bats:1.11.1 RUN apk update && apk upgrade --no-cache && \ apk add --no-cache curl