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"