From f0fc3364af1105cf07cdc75e8cbd06cd5931c9df Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 18 Nov 2019 01:07:21 -0700 Subject: [PATCH] bump version number --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index b50a4b5..78bf3c5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -34,7 +34,7 @@ LABEL org.label-schema.schema-version="1.0" LABEL org.label-schema.url="https://git.asifbacchus.app/ab-docker/ab-nginx" LABEL org.label-schema.usage="https://git.asifbacchus.app/ab-docker/ab-nginx/wiki" LABEL org.label-schema.vcs-url="https://git.asifbacchus.app/ab-docker/ab-nginx.git" -LABEL org.label-schema.version="1.5" +LABEL org.label-schema.version="2" # copy configuration files COPY entrypoint.sh /entrypoint.sh