Skip to content

Commit

Permalink
update bats testing image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Sep 7, 2023
1 parent 24de336 commit 55af07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55af07a

Please sign in to comment.