mirror of https://github.com/status-im/consul.git
test: pin the version of bats to one that works on CircleCI (#11401)
This commit is contained in:
parent
f983e2ec8b
commit
c5b7e2a759
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue