Skip to content

Commit

Permalink
Update GitLab to 17.3.3-ce.0 (#6570)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Sep 20, 2024
1 parent 1ce8b95 commit cac46e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"id": "sha256:5269a125399d5f8957fd3deba01f5aa69f1f02e1025bdbbc01f88c7298ac56a3",
"platform": "linux/amd64"
},
"docker.io/gitlab/gitlab-ce:17.3.1-ce.0": {
"digest": "sha256:6f2ab9c42cef6b8058ef45042ce33a4505a0a9ac1a8d9ed85016ceca743dd01d",
"id": "sha256:b3c3467dc55c9e34380e6802d7c6c0b5af0088a738795553b1ba7ec5d78f0f79",
"docker.io/gitlab/gitlab-ce:17.3.3-ce.0": {
"digest": "sha256:bef394818ac85471965400e6a86b5c5de3994ba6400f32b20b16eec266c5f3b3",
"id": "sha256:2eac78f2ca2670530a6c965269b68167058c09b33a5a3f64ccc1013d016795f7",
"platform": "linux/amd64"
},
"docker.io/gitlab/gitlab-runner:ubuntu-v17.3.1": {
Expand Down
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def env() -> Mapping[str, Optional[str]]:
'url': 'https://hub.docker.com/r/clamav/clamav'
},
'gitlab': {
'ref': 'docker.io/gitlab/gitlab-ce:17.3.1-ce.0',
'ref': 'docker.io/gitlab/gitlab-ce:17.3.3-ce.0',
'url': 'https://hub.docker.com/r/gitlab/gitlab-ce'
},
'gitlab_runner': {
Expand Down

0 comments on commit cac46e7

Please sign in to comment.