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/*