From 7b2c3b44eb4bef6a2015107a981bd089265fde1c Mon Sep 17 00:00:00 2001 From: Jonathan ES Lin Date: Sun, 3 Sep 2017 15:36:24 +0800 Subject: [PATCH] Fix docker-compose Nginx unsatisfiable-constraint Fixes https://github.com/anvilresearch/connect/issues/316 --- templates/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx/Dockerfile b/templates/nginx/Dockerfile index b14fea9..47d074f 100644 --- a/templates/nginx/Dockerfile +++ b/templates/nginx/Dockerfile @@ -12,7 +12,7 @@ MAINTAINER Anvil Research, Inc. # Version ENV NGINX_VERSION 1.8.1 -ENV NGINX_VERSION_RELEASE -r0 +ENV NGINX_VERSION_RELEASE -r1 # Install nginx RUN apk update && \