diff --git a/Dockerfile b/Dockerfile index b9a70bb..a4750b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update build-base git LABEL "repository"="https://github.com/andrewmcodes/haml-lint-action" LABEL "maintainer"="Andrew Mason " -LABEL "version"="0.0.2" +LABEL "version"="0.0.1" COPY lib /action/lib COPY README.md LICENSE /