Skip to content

Commit

Permalink
update default python3 image name (#5104)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgrove-oss authored Apr 26, 2021
1 parent a201e02 commit f7ec9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/files/runtimes.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"default": true,
"image": {
"prefix": "openwhisk",
"name": "python3action",
"name": "actionloop-python-v3.7",
"tag": "nightly"
},
"deprecated": false,
Expand Down

0 comments on commit f7ec9e3

Please sign in to comment.