diff --git a/app/Dockerfile b/app/Dockerfile index 28fd864..1c16c10 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -17,7 +17,7 @@ RUN openssl req -newkey rsa:4096 \ -keyout ./certs/key.key \ -subj "/C=US/ST=IN/L=IN/O=Shield/OU=Shield/CN=www.hopliteconsulting.com" -ENV VERSION=3.0.3 +ENV VERSION=3.0.4 COPY . ./app