We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1105dd2 commit ef5112cCopy full SHA for ef5112c
environment.py
@@ -289,10 +289,10 @@ def env() -> Mapping[str, Optional[str]]:
289
'ref': 'docker.io/clamav/clamav:1.2.1-27'
290
},
291
'gitlab': {
292
- 'ref': 'docker.io/gitlab/gitlab-ce:16.9.1-ce.0'
+ 'ref': 'docker.io/gitlab/gitlab-ce:16.10.0-ce.0'
293
294
'gitlab_runner': {
295
- 'ref': 'docker.io/gitlab/gitlab-runner:ubuntu-v16.9.1'
+ 'ref': 'docker.io/gitlab/gitlab-runner:ubuntu-v16.10.0'
296
297
'dind': {
298
'ref': 'docker.io/library/docker:{azul_docker_version}-dind'
0 commit comments