Skip to content
Commits on Source (2)
......@@ -90,7 +90,7 @@ repos:
- bandit
- pyroma
- repo: https://gitlab.com/pycqa/flake8.git
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.2
hooks:
- id: flake8
......
......@@ -12,7 +12,7 @@ services:
--spider
http://127.0.0.1:5000/v2/_catalog
|| exit 1
image: registry.hub.docker.com/library/registry:2.8.1
image: registry.hub.docker.com/library/registry:2.8.3
restart: always
volumes:
- "registry:/var/lib/registry"
......