Commit bd2c61b 1 parent b033e17 commit bd2c61b Copy full SHA for bd2c61b
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1
13
13
# installing PIP requirements from requirements.txt file
14
14
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
15
15
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 && \
18
18
rm -rf /var/lib/apt/lists/* && \
19
19
pip install -U setuptools && \
20
20
pip install --upgrade pip && \
21
21
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 && \
23
23
unzip master.zip && \
24
- mv /canarytokens-master /* /srv && \
25
- rm -rf /canarytokens-master
24
+ mv /canarytokens-upgrade /* /srv && \
25
+ rm -rf /canarytokens-upgrade
26
26
# discarding the build-stage image and adding a new one
27
27
# with only the necessary binaries/libraries to run the app
28
28
FROM builder as canary-tokens
Original file line number Diff line number Diff line change 1
1
pyOpenSSL == 16.2.0
2
- Jinja2 == 2.9.4
2
+ Jinja2 == 2.11.0
3
3
MarkupSafe == 0.23
4
- Twisted == 15.2.1
4
+ Twisted == 19.10.0
5
5
cssselect == 0.9.1
6
6
docopt == 0.4.0
7
7
gnureadline == 6.3.3
@@ -11,12 +11,12 @@ mandrill==1.0.57
11
11
pytz == 2015.4
12
12
redis == 2.10.3
13
13
requests == 2.20.0
14
- simplejson == 3.7.3
14
+ simplejson == 3.16.0
15
15
six == 1.10.0
16
16
twilio == 4.4.0
17
17
twill == 1.8.0
18
18
wsgiref == 0.1.2
19
- zope.interface == 4.1.2
19
+ zope.interface == 4.6.0
20
20
PyQRCode == 1.2.1
21
21
pypng == 0.0.18
22
22
htmlmin == 0.1.10
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
links :
15
15
- redis
16
16
env_file :
17
- - frontend.env
17
+ - frontend.env.dist
18
18
volumes :
19
19
- ./uploads:/uploads/
20
20
- log-volume:/logs
@@ -31,7 +31,7 @@ services:
31
31
links :
32
32
- redis
33
33
env_file :
34
- - switchboard.env
34
+ - switchboard.env.dist
35
35
volumes_from :
36
36
- frontend
37
37
container_name : switchboard
You can’t perform that action at this time.
0 commit comments