test: pin the version of bats to one that works on CircleCI (#11401)

This commit is contained in:
R.B. Boyer 2021-10-22 17:06:25 -05:00 committed by GitHub
parent f983e2ec8b
commit c5b7e2a759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio
FROM docker.mirror.hashicorp.services/bats/bats:latest # Both :1.5.0 and :latest tags are broken on CircleCI as of 2021-10-22 with an
# inability to locate the bats binary.
FROM docker.mirror.hashicorp.services/bats/bats:v1.4.1
RUN apk add curl RUN apk add curl
RUN apk add openssl RUN apk add openssl