diff --git a/Dockerfile b/Dockerfile index 3e5af06..c92d282 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:1.11 MAINTAINER David Galoyan -ENV NGX_CACHE_PURGE_VERSION=2.4 +ENV NGX_CACHE_PURGE_VERSION=2.4.1 # Install basic packages and build tools RUN apt-get update && \