Skip to content

Commit 48f6687

Browse files
committed
Adding Python 3.10 support
1 parent 2a5b4c2 commit 48f6687

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

toxic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1212
RUN apt-get update && apt-get -y install apt-utils && apt-get -y install locales
1313
RUN locale-gen en_US.UTF-8
1414

15-
ENV SONAR_SCANNER_VERSION 4.2.0.1873
15+
ENV SONAR_SCANNER_VERSION 4.6.2.2472
1616
ENV LANG=en_US.UTF-8
1717
ENV LANGUAGE=en_US:en
1818
ENV LC_ALL=en_US.UTF-8

toxic/provision.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ apt-get -y install python3.6
3333
apt-get -y install python3.7
3434
apt-get -y install python3.8
3535
apt-get -y install python3.9
36+
apt-get -y install python3.10
3637
apt-get -y install python3-pip
3738
pip3 install tox
3839

0 commit comments

Comments
 (0)