Skip to content

Commit 15e69ae

Browse files
authored
Fix typo in docker/Makefile (apache#216)
1 parent 88b30ae commit 15e69ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ py3.6: BASE_PYTHON_IMAGE = python:3.6
2424
py3.7: BASE_PYTHON_IMAGE = python:3.7
2525
py3.8: BASE_PYTHON_IMAGE = python:3.8
2626
py3.9: BASE_PYTHON_IMAGE = python:3.9
27-
py3.9: BASE_PYTHON_IMAGE = python:3.10
27+
py3.10: BASE_PYTHON_IMAGE = python:3.10
2828

2929
PUSH_TARGETS := $(TARGETS:%=push-%)
3030

0 commit comments

Comments
 (0)