Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. FROM python:3.8-slim FROM python:3.10-slim ARG VERSION RUN pip install pre-commit${VERSION+==$VERSION} Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. FROM python:3.8-slim FROM python:3.10-slim ARG VERSION RUN pip install pre-commit${VERSION+==$VERSION} Loading