Skip to content

Commit

Permalink
Merge pull request #28 from dduportal-dockerfiles/171
Browse files Browse the repository at this point in the history
Moving to docker-compose 1.7.1
  • Loading branch information
dduportal committed May 13, 2016
2 parents b7e5ca4 + ca02033 commit a41ffb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM debian:8.3
FROM debian:8.4

MAINTAINER Damien DUPORTAL <damien.duportal@gmail.com>
MAINTAINER Christophe FURMANIAK <christophe.furmaniak@gmail.com>
MAINTAINER Joseph PAGE <https://github.com/josephpage>
MAINTAINER Ed Morley <https://github.com/edmorley>

ENV DEBIAN_FRONTEND noninteractive
ENV COMPOSE_VERSION 1.7.0
ENV COMPOSE_VERSION 1.7.1

RUN apt-get update -q \
&& apt-get install -y -q --no-install-recommends curl ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build test all

DOCKER_IMAGE_NAME=dduportal/docker-compose
COMPOSE_VERSION=1.7.0
COMPOSE_VERSION=1.7.1

all: build test

Expand Down

0 comments on commit a41ffb3

Please sign in to comment.