Dockerfile: bump bats to 1.2.0

Release notes: https://github.com/bats-core/bats-core/releases/tag/v1.2.0

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2020-05-12 11:54:17 -07:00
parent 2b9a36ee8c
commit 17aee8c432
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ARG GO_VERSION=1.13
ARG BATS_VERSION=v1.1.0
ARG BATS_VERSION=v1.2.0
ARG CRIU_VERSION=v3.14
FROM golang:${GO_VERSION}-buster