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"