From 48d1677c11c9a8c3abf86ec9712709217117fdc9 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 11 Jun 2026 17:46:08 -0300 Subject: [PATCH] Fix InvalidDefaultArgInFrom docker warning when updateRemoteUserUID is enabled --- scripts/updateUID.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updateUID.Dockerfile b/scripts/updateUID.Dockerfile index 9f6c9a854..afc653cd8 100644 --- a/scripts/updateUID.Dockerfile +++ b/scripts/updateUID.Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -ARG BASE_IMAGE +ARG BASE_IMAGE="scratch" FROM $BASE_IMAGE USER root