From 287830ffe7fad1d4b04167c2b62767f443d52694 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 25 Jul 2021 15:02:11 -0600 Subject: [PATCH] chore(dockerfile): bump internal and nginx version - update nginx to current - bump internal version in preparation for new features --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index c3264d7..ee3ce86 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -81,8 +81,8 @@ CMD [ "nginx", "-g", "daemon off;" ] # add build date and version labels ARG BUILD_DATE -LABEL org.opencontainers.image.version="1.19.9" -LABEL app.asifbacchus.docker.internalVersion="4.0-1.19.9" +LABEL org.opencontainers.image.version="1.21.1" +LABEL app.asifbacchus.docker.internalVersion="5.0-1.21.1" LABEL org.opencontainers.image.created=${BUILD_DATE} #EOF