Skip to content

Commit

Permalink
Everything to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bthornto committed Dec 7, 2017
1 parent f2756ef commit 98f5cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add gcc libffi-dev musl-dev openssl-dev sshpass make
# RUN apk add py-crypto python-dev

# Install td4a
RUN pip install td4a==1.6
RUN pip install td4a==1.7

# Clear out extras
RUN rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion now/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM cidrblock/td4a:1.6
FROM cidrblock/td4a:1.7
EXPOSE 5000
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='td4a',
version='1.6',
version='1.7',
description='A browser based jinja template renderer',
url='http://github.com/cidrblock/td4a',
author='Bradley A. Thornton',
Expand Down

0 comments on commit 98f5cb3

Please sign in to comment.