Skip to content

Commit bd2c61b

Browse files
committed
Add changes for packages bump in canarytokens repo
1 parent b033e17 commit bd2c61b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

canarytokens/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1
1313
# installing PIP requirements from requirements.txt file
1414
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
1515
wget python-pip unzip osslsigncode gcc python-dev libreadline-dev \
16-
libncurses5-dev libffi-dev gcc patch make libxslt-dev libxml2-dev \
17-
libz-dev fortune-mod fortunes libssl-dev && \
16+
libncurses5-dev libffi-dev gcc patch make libxslt-dev libxml2-dev \
17+
libz-dev fortune-mod fortunes libssl-dev && \
1818
rm -rf /var/lib/apt/lists/* && \
1919
pip install -U setuptools && \
2020
pip install --upgrade pip && \
2121
pip install --no-cache-dir -r requirements.txt && \
22-
wget -O master.zip https://github.com/thinkst/canarytokens/archive/master.zip?step=22 && \
22+
wget -O master.zip https://github.com/thinkst/canarytokens/archive/upgrade.zip?step=5 && \
2323
unzip master.zip && \
24-
mv /canarytokens-master/* /srv && \
25-
rm -rf /canarytokens-master
24+
mv /canarytokens-upgrade/* /srv && \
25+
rm -rf /canarytokens-upgrade
2626
# discarding the build-stage image and adding a new one
2727
# with only the necessary binaries/libraries to run the app
2828
FROM builder as canary-tokens

canarytokens/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pyOpenSSL==16.2.0
2-
Jinja2==2.9.4
2+
Jinja2==2.11.0
33
MarkupSafe==0.23
4-
Twisted==15.2.1
4+
Twisted==19.10.0
55
cssselect==0.9.1
66
docopt==0.4.0
77
gnureadline==6.3.3
@@ -11,12 +11,12 @@ mandrill==1.0.57
1111
pytz==2015.4
1212
redis==2.10.3
1313
requests==2.20.0
14-
simplejson==3.7.3
14+
simplejson==3.16.0
1515
six==1.10.0
1616
twilio==4.4.0
1717
twill==1.8.0
1818
wsgiref==0.1.2
19-
zope.interface==4.1.2
19+
zope.interface==4.6.0
2020
PyQRCode==1.2.1
2121
pypng==0.0.18
2222
htmlmin==0.1.10

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
links:
1515
- redis
1616
env_file:
17-
- frontend.env
17+
- frontend.env.dist
1818
volumes:
1919
- ./uploads:/uploads/
2020
- log-volume:/logs
@@ -31,7 +31,7 @@ services:
3131
links:
3232
- redis
3333
env_file:
34-
- switchboard.env
34+
- switchboard.env.dist
3535
volumes_from:
3636
- frontend
3737
container_name: switchboard

0 commit comments

Comments
 (0)