This is an automated email from the ASF dual-hosted git repository. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git
commit 550e0ee867eda5e55ae6c9ae57d2b5733d79af8d Author: David Grove <[email protected]> AuthorDate: Tue Apr 25 17:10:28 2023 -0400 update list of action loop runtimes --- docs/release_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release_instructions.md b/docs/release_instructions.md index fc13da3..d953fee 100644 --- a/docs/release_instructions.md +++ b/docs/release_instructions.md @@ -387,10 +387,10 @@ The current list of "actionloop" based Dockerfiles is: - openwhisk-runtime-java/core/java8actionloop/Dockerfile - openwhisk-runtime-php/core/php7.4Action/Dockerfile - openwhisk-runtime-php/core/php8.0Action/Dockerfile -- openwhisk-runtime-python/core/python36AiAction/Dockerfile +- openwhisk-runtime-php/core/php8.1Action/Dockerfile - openwhisk-runtime-python/core/python39Action/Dockerfile - openwhisk-runtime-python/core/python310Action/Dockerfile -- openwhisk-runtime-python/core/python3Action/Dockerfile +- openwhisk-runtime-python/core/python311Action/Dockerfile - openwhisk-runtime-ruby/core/ruby2.6ActionLoop/Dockerfile - openwhisk-runtime-rust/core/rust1.34/Dockerfile - openwhisk-runtime-swift/core/swift51Action/Dockerfile
