This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new e03ffcb  [YUNIKORN-2084] Remove = in web dockerfile (#143)
e03ffcb is described below

commit e03ffcbba0569ce14b3863bf214183bb950bc419
Author: Vinayak Hegde <[email protected]>
AuthorDate: Thu Nov 2 14:12:03 2023 +1100

    [YUNIKORN-2084] Remove = in web dockerfile (#143)
    
    Removed redundant = sign in docker file as we do not need or want a
    default to be set.
    
    Closes: #143
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 251d446..fef04c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG NODE_VERSION=
+ARG NODE_VERSION
 # Buildstage: use the local architecture
 FROM --platform=$BUILDPLATFORM node:${NODE_VERSION}-alpine as buildstage
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to