diff --git a/bats/Dockerfile b/bats/Dockerfile index 406090f..58880cc 100644 --- a/bats/Dockerfile +++ b/bats/Dockerfile @@ -1,3 +1,4 @@ FROM bats/bats:v1.10.0 -RUN apk add --no-cache curl +RUN apk update && apk upgrade --no-cache && \ + apk add --no-cache curl