bump lambda base image to Ubuntu 22.04 and Python 3.10 · open-lambda/open-lambda@2f228af · GitHub
Skip to content

Commit 2f228af

Browse files
committed
bump lambda base image to Ubuntu 22.04 and Python 3.10
1 parent 2055ce0 commit 2f228af

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

min-image/Dockerfile

Lines changed: 1 addition & 1 deletion

min-image/runtimes/python/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import os, sys, json, argparse, importlib, traceback, time, fcntl, array, socket, struct
66

7-
sys.path.append("/usr/local/lib/python3.8/dist-packages")
7+
sys.path.append("/usr/local/lib/python3.10/dist-packages")
88

99
import tornado.ioloop
1010
import tornado.web
@@ -200,4 +200,4 @@ def main():
200200

201201

202202
if __name__ == '__main__':
203-
main()
203+
main()

src/bench/bench.go

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)