Skip to content

Commits on Source 2

......@@ -37,7 +37,7 @@ repos:
- id: shellcheck
- repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev: v0.2.0
rev: v0.5.1
hooks:
- id: docker-compose
- id: shell-validate
......
......@@ -2,7 +2,7 @@
version: '3.7'
services:
gitlab:
image: registry.hub.docker.com/gitlab/gitlab-ce:17.3.1-ce.0
image: registry.hub.docker.com/gitlab/gitlab-ce:17.3.3-ce.0
restart: always
environment:
# yamllint disable rule:line-length
......