diff --git a/docker/Dockerfile b/docker/Dockerfile index 73c02a0e..3d4246e2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -60,7 +60,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build make build TARGETOS=${TARGET # # ------ Pumba Integration Tests ------ # -FROM --platform=$TARGETPLATFORM bats/bats:1.8.2 as integration-tests +FROM --platform=$TARGETPLATFORM bats/bats:v1.10.0 as integration-tests # install required packages RUN apk add --no-cache docker iproute2