diff --git a/Dockerfile.bats b/Dockerfile.bats index 964b39b..181743b 100644 --- a/Dockerfile.bats +++ b/Dockerfile.bats @@ -1,4 +1,4 @@ -FROM bats/bats:v1.2.1 +FROM bats/bats:1.11.0 RUN apk --no-cache add ca-certificates parallel libxml2-utils COPY dist/kubeconform_linux_amd64_v1/kubeconform /code/bin/ COPY acceptance.bats acceptance-nonetwork.bats /code/ diff --git a/Makefile b/Makefile index ba5e685..0937700 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ build-bats: docker build -t bats -f Dockerfile.bats . docker-acceptance: build-bats - docker run -t bats -p acceptance.bats + docker run -t bats -p acceptance.bats --verbose-run docker run --network none -t bats -p acceptance-nonetwork.bats goreleaser-build-static: