From e3a1c86ea384d0f8912fed4b10169152ad2e099c Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Fri, 29 Sep 2023 10:17:41 -0400 Subject: [PATCH] Make a bad default, why is this not setting? --- os-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-base/Dockerfile b/os-base/Dockerfile index d69ab19..c980b2d 100644 --- a/os-base/Dockerfile +++ b/os-base/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=debian +ARG VERSION="" FROM $VERSION LABEL maintainer="Ryan Voots "