From 68382a834fee083a2c99c459028145d7a4085c4a Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Thu, 23 Sep 2021 14:35:05 -0700 Subject: [PATCH] Bump max-base to v1.5.2 (#178) Fix #171 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4e9df3..d5d1b16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM quay.io/codait/max-base:v1.5.1 +FROM quay.io/codait/max-base:v1.5.2 # hadolint ignore=DL3004 RUN sudo apt-get update && sudo apt-get -y install libatlas3-base && sudo rm -rf /var/lib/apt/lists/*