You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/07/03 01:44:37 UTC

[skywalking-python] branch master updated: Fix typo in docker/Makefile (#216)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 15e69ae  Fix typo in docker/Makefile (#216)
15e69ae is described below

commit 15e69ae29fb19d02b9d06d776d906cc4ac7e64f2
Author: jiang1997 <ji...@live.cn>
AuthorDate: Sun Jul 3 09:44:32 2022 +0800

    Fix typo in docker/Makefile (#216)
---
 docker/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Makefile b/docker/Makefile
index 3fb5e2c..0c46f33 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -24,7 +24,7 @@ py3.6: BASE_PYTHON_IMAGE = python:3.6
 py3.7: BASE_PYTHON_IMAGE = python:3.7
 py3.8: BASE_PYTHON_IMAGE = python:3.8
 py3.9: BASE_PYTHON_IMAGE = python:3.9
-py3.9: BASE_PYTHON_IMAGE = python:3.10
+py3.10: BASE_PYTHON_IMAGE = python:3.10
 
 PUSH_TARGETS := $(TARGETS:%=push-%)