Skip to content

Commit f7ec9e3

Browse files
authored
update default python3 image name (#5104)
We stopped building the old (non-actionloop) python 3 docker image about six months ago. Update the default image name so we use/test the actionloop-based python3 runtime.
1 parent a201e02 commit f7ec9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/runtimes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"default": true,
7777
"image": {
7878
"prefix": "openwhisk",
79-
"name": "python3action",
79+
"name": "actionloop-python-v3.7",
8080
"tag": "nightly"
8181
},
8282
"deprecated": false,

0 commit comments

Comments
 (0)