Skip to content

Commit

Permalink
Update GitLab to 17.8.2-ce.0 (#6874)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Feb 13, 2025
1 parent 6d145b2 commit 98b1f69
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 @@ -79,9 +79,9 @@
}
}
},
"docker.io/gitlab/gitlab-ce:17.8.1-ce.0": {
"digest": "sha256:23e1afcbb1b0a16bbbd646c412d23dd41f3301da7ae87ea44ecff10cd8c980e8",
"id": "sha256:3f90d34496bc70ec361f1c784125fa114c3eafc0d3e933d8485d0f43c59a9984",
"docker.io/gitlab/gitlab-ce:17.8.2-ce.0": {
"digest": "sha256:dfab80df4284a1cd3a7effc7b43f56f20494bc1927932c587d16e99b04acc0b3",
"id": "sha256:7511aea849236e5301bb4144bb09d1453be0fd2a17207770bfc10b24f49ca0bc",
"platform": "linux/amd64"
},
"docker.io/gitlab/gitlab-runner:ubuntu-v17.8.3": {
Expand Down
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def env() -> Mapping[str, Optional[str]]:
'url': 'https://hub.docker.com/r/clamav/clamav'
},
'gitlab': {
'ref': 'docker.io/gitlab/gitlab-ce:17.8.1-ce.0',
'ref': 'docker.io/gitlab/gitlab-ce:17.8.2-ce.0',
'url': 'https://hub.docker.com/r/gitlab/gitlab-ce'
},
'gitlab_runner': {
Expand Down

0 comments on commit 98b1f69

Please sign in to comment.