From 681e3d3974f454b32fdd2f9a54ac7ed1249a8b22 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 25 Nov 2022 08:11:04 +0100 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f376bf4..1c5a933 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM quay.io/linuxserver.io/code-server:4.8.3 #LABEL build_version="" LABEL maintainer="OCram85" ARG VERSION -LABEL build_version=${VERSION} +LABEL build_version="${VERSION}" LABEL org.opencontainers.image.authors="OCram85" LABEL org.opencontainers.image.vendor="OCram85"