diff --git a/Dockerfile b/Dockerfile index 46a802c..cd21aa8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.11.2 -LABEL version="1.0.0" +LABEL version="1.0.1" LABEL maintainer="nownabe" LABEL com.github.actions.name="Simple Envsubst" LABEL com.github.actions.description="Substitutes the values of environment variables"