Skip to content

Commits on Source 2

...@@ -37,7 +37,7 @@ repos: ...@@ -37,7 +37,7 @@ repos:
- id: shellcheck - id: shellcheck
- repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
rev: v0.2.0 rev: v0.5.1
hooks: hooks:
- id: docker-compose - id: docker-compose
- id: shell-validate - id: shell-validate
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
version: '3.7' version: '3.7'
services: services:
gitlab: 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 restart: always
environment: environment:
# yamllint disable rule:line-length # yamllint disable rule:line-length
......