aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-11-15 11:26:21 -0800
committerGravatar GitHub <[email protected]>2020-11-15 11:26:21 -0800
commitb3da5baddea0b95c35b6914b3dc755e61d7185bc (patch)
treeb55874f3aa8805faf68e1332e1dd4333af710c13 /config
parentMerge pull request #77 - Add `lark` to available imports (diff)
parentUpdate Python binary mount path in nsjail config (diff)
Merge pull request #78 - Update to Python 3.9
Diffstat (limited to 'config')
-rw-r--r--config/snekbox.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snekbox.cfg b/config/snekbox.cfg
index 38f3ade..27caf27 100644
--- a/config/snekbox.cfg
+++ b/config/snekbox.cfg
@@ -96,8 +96,8 @@ mount {
}
mount {
- src: "/usr/local/bin/python3.8"
- dst: "/usr/local/bin/python3.8"
+ src: "/usr/local/bin/python3.9"
+ dst: "/usr/local/bin/python3.9"
is_bind: true
rw: false
}