test: pin the version of bats to one that works on CircleCI (#11401)
This commit is contained in:
parent
5709070692
commit
63c50e58a0
|
@ -1,6 +1,8 @@
|
|||
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 openssl
|
||||
|
|
Loading…
Reference in New Issue