From ca2f9e4f15b611aa300cf9a070fcf3fc34ea4bcf Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Tue, 31 Aug 2021 10:10:44 +0200 Subject: [PATCH] Updated to azureml-sdk v1.32.0 Updated to azureml-sdk v1.32.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7282ee1..c6f009a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/marvinbuss/aml-docker:1.31.0 +FROM ghcr.io/marvinbuss/aml-docker:1.32.0 LABEL maintainer="azure/gh-aml"