|
17 | 17 | "languages": { |
18 | 18 | "python": { |
19 | 19 | "base_images": { |
20 | | - "3.7": "python:3.7-slim", |
21 | | - "3.8": "python:3.8-slim" |
| 20 | + "3.8": "python:3.8-slim", |
| 21 | + "3.9": "python:3.9-slim" |
22 | 22 | }, |
23 | 23 | "images": [ |
24 | 24 | "run", |
|
34 | 34 | }, |
35 | 35 | "nodejs": { |
36 | 36 | "base_images": { |
37 | | - "12": "node:12-slim", |
38 | | - "14": "node:14-slim" |
| 37 | + "18": "node:18-slim", |
| 38 | + "20": "node:20-slim" |
39 | 39 | }, |
40 | 40 | "images": [ |
41 | 41 | "run", |
|
56 | 56 | "python": { |
57 | 57 | "base_images": { |
58 | 58 | "3.9": "amazon/aws-lambda-python:3.9", |
59 | | - "3.8": "amazon/aws-lambda-python:3.8", |
60 | | - "3.7": "amazon/aws-lambda-python:3.7" |
| 59 | + "3.8": "amazon/aws-lambda-python:3.8" |
61 | 60 | }, |
62 | 61 | "versions": [ |
63 | | - "3.7", |
64 | 62 | "3.8", |
65 | 63 | "3.9" |
66 | 64 | ], |
|
122 | 120 | }, |
123 | 121 | "nodejs": { |
124 | 122 | "base_images": { |
125 | | - "14": "mcr.microsoft.com/azure-functions/node:3.0-node14" |
| 123 | + "16": "mcr.microsoft.com/azure-functions/node:3.0-node16", |
| 124 | + "18": "mcr.microsoft.com/azure-functions/node:3.0-node18", |
| 125 | + "20": "mcr.microsoft.com/azure-functions/node:3.0-node20" |
126 | 126 | }, |
127 | 127 | "images": [ |
128 | 128 | "build" |
|
150 | 150 | "languages": { |
151 | 151 | "python": { |
152 | 152 | "base_images": { |
153 | | - "3.7": "ubuntu:22.04", |
154 | | - "3.8": "ubuntu:22.04", |
155 | | - "3.9": "ubuntu:22.04" |
| 153 | + "3.9": "ubuntu:22.04", |
| 154 | + "3.10": "ubuntu:22.04" |
156 | 155 | }, |
157 | 156 | "images": [ |
158 | 157 | "build" |
|
170 | 169 | }, |
171 | 170 | "nodejs": { |
172 | 171 | "base_images": { |
173 | | - "10": "gcr.io/google-appengine/nodejs", |
174 | | - "12": "gcr.io/google-appengine/nodejs", |
175 | | - "14": "gcr.io/google-appengine/nodejs", |
176 | | - "16": "gcr.io/google-appengine/nodejs" |
| 172 | + "18": "gcr.io/google-appengine/nodejs", |
| 173 | + "20": "gcr.io/google-appengine/nodejs" |
177 | 174 | }, |
178 | 175 | "images": [ |
179 | 176 | "build" |
|
196 | 193 | "languages": { |
197 | 194 | "python": { |
198 | 195 | "base_images": { |
199 | | - "3.7": "openwhisk/action-python-v3.7", |
200 | | - "3.9": "openwhisk/action-python-v3.9" |
| 196 | + "3.9": "openwhisk/action-python-v3.9", |
| 197 | + "3.10": "openwhisk/action-python-v3.10", |
| 198 | + "3.11": "openwhisk/action-python-v3.11" |
201 | 199 | }, |
202 | 200 | "images": [ |
203 | 201 | "function" |
|
216 | 214 | }, |
217 | 215 | "nodejs": { |
218 | 216 | "base_images": { |
219 | | - "10": "openwhisk/action-nodejs-v10", |
220 | | - "12": "openwhisk/action-nodejs-v12" |
| 217 | + "18": "openwhisk/action-nodejs-v18", |
| 218 | + "20": "openwhisk/action-nodejs-v20" |
221 | 219 | }, |
222 | 220 | "images": [ |
223 | 221 | "function" |
|
0 commit comments