Skip to content

Commit

Permalink
Update nginx version
Browse files Browse the repository at this point in the history
Fix the unsatisfiable constraint error thrown on docker-compose up 
Fix anvilresearch/connect#316
  • Loading branch information
AFusco committed Feb 23, 2016
1 parent 9a4436b commit 4c77b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ FROM alpine:3.2
MAINTAINER Anvil Research, Inc. <[email protected]>

# Version
ENV NGINX_VERSION 1.8.0
ENV NGINX_VERSION_RELEASE -r1
ENV NGINX_VERSION 1.8.1
ENV NGINX_VERSION_RELEASE -r0

# Install nginx
RUN apk update && \
Expand Down

0 comments on commit 4c77b55

Please sign in to comment.