diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c11f704 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @marvinbuss \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0ab872f..3047052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/marvinbuss/aml-docker:1.13.0 +FROM ghcr.io/marvinbuss/aml-docker:1.14.0 LABEL maintainer="azure/gh_aml"