Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 9cdf9aa

Browse files
committed
tag: 0.0.1 more lightweight
1 parent 5a1261b commit 9cdf9aa

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM sjjctl/python-lint-image:0.0.0
2+
FROM sjjctl/python-lint-image:0.0.1
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh

image/Dockerfile

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ FROM python:3.10.4-alpine3.15
22

33
LABEL maintainer="[email protected]"
44

5-
RUN apk add --no-cache \
6-
gcc \
7-
musl-dev && \
8-
pip install pylint==2.7.4 \
9-
pylint_django==2.4.3 \
10-
pycodestyle==2.7.0 \
11-
flake8==3.9.1 \
12-
black==20.8b1 \
13-
mypy==0.812 \
14-
isort==5.8.0
5+
RUN pip install \
6+
pylint==2.13.9 \
7+
flake8==4.0.1 \
8+
black==22.3.0 \
9+
mypy==0.950

0 commit comments

Comments
 (0)