Skip to content

Commit 9336926

Browse files
Remove default value for BASE_IMAGE argument
1 parent 72221b3 commit 9336926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/updateUID.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License. See License.txt in the project root for license information.
3-
ARG BASE_IMAGE=scratch
3+
ARG BASE_IMAGE
44
FROM $BASE_IMAGE
55

66
USER root

0 commit comments

Comments
 (0)