Skip to content

Commit

Permalink
chore(Dockerfile): update deis/base to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jan 25, 2017
1 parent 1514168 commit d04a77b
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,4 +1,4 @@
FROM quay.io/deis/base:v0.3.5
FROM quay.io/deis/base:v0.3.6

ENV LANG=en_US.utf8 \
PG_MAJOR=9.4 \
Expand Down Expand Up @@ -49,7 +49,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
apt-get clean -y && \
# package up license files if any by appending to existing tar
COPYRIGHT_TAR='/usr/share/copyrights.tar' && \
gunzip $COPYRIGHT_TAR.gz && \
gunzip -f $COPYRIGHT_TAR.gz && \
tar -rf $COPYRIGHT_TAR /usr/share/doc/*/copyright && \
gzip $COPYRIGHT_TAR && \
rm -rf \
Expand Down

0 comments on commit d04a77b

Please sign in to comment.