Skip to content

Commit

Permalink
Compose 1.7.1 + debian base image upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed May 13, 2016
1 parent df35e06 commit ca02033
Showing 1 changed file with 2 additions and 2 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

0 comments on commit ca02033

Please sign in to comment.