Skip to content

Commit

Permalink
chore(dockerfiles: ubuntu*): update pylint version
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 8, 2022
1 parent 1941e9f commit c35b608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile_python36_ubuntu_1804
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /opt/oomox-build/
RUN apt-get update -y && \
env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gtk+3.0 python3-gi xvfb python3-pip psmisc python3-pystache python3-yaml
RUN pip3 install setuptools && \
pip3 install pylint~=2.7.4 flake8 typing-extensions
pip3 install pylint~=2.12 flake8 typing-extensions

COPY . /opt/oomox-build/

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile_python38_ubuntu_2004
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /opt/oomox-build/
RUN apt-get update -y && \
env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gtk+3.0 python3-gi xvfb python3-pip psmisc python3-pystache python3-yaml
RUN pip3 install setuptools && \
pip3 install pylint~=2.7.4 flake8 typing-extensions
pip3 install pylint~=2.12 flake8 typing-extensions

COPY . /opt/oomox-build/

Expand Down

0 comments on commit c35b608

Please sign in to comment.