projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ffba3a
)
New image with fix for CVE-2020-1971 (#496)
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Tue, 8 Dec 2020 18:28:31 +0000
(15:28 -0300)
committer
GitHub
<noreply@github.com>
Tue, 8 Dec 2020 18:28:31 +0000
(15:28 -0300)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 70e27513a35908f92cef8ed404ccb5898f5d463c..46e202008ceda9b9c1236b37463bd254e53ef5e4 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-90,7
+90,7
@@
git_rec_version='1.8.0'
config_file=containers/"$config".yml
cidbootstrap=cids/"$config"_bootstrap.cid
local_discourse=local_discourse
-image="discourse/base:2.0.2020120
7-2236
"
+image="discourse/base:2.0.2020120
8-1739
"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`