Commit 0cd41877 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Entrecomilla valor de label

parent c7d623eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@ RUN node -e 'const fs = require("fs"); \

ARG VERSION

LABEL version=${VERSION}
LABEL version="${VERSION}"

RUN echo "${VERSION}" > /version