From c08d3f1c37917c894523ccfc86d382c36c2e4f6c Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 7 Jan 2021 10:09:43 -0700 Subject: [PATCH] chore(DOCKERFILE): bump internal version number --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index f469aca..c7e5a74 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -77,7 +77,7 @@ CMD [ "nginx", "-g", "daemon off;" ] # add build date and version labels ARG BUILD_DATE LABEL org.opencontainers.image.version="1.19.6" -LABEL app.asifbacchus.docker.internalVersion="3.2" +LABEL app.asifbacchus.docker.internalVersion="4.0" LABEL org.opencontainers.image.created=${BUILD_DATE} #EOF \ No newline at end of file