From 60bd43a902b51f1835ec86ebb4a088c5113d1941 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 25 Nov 2022 08:05:17 +0100 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8680fd9..f376bf4 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"