File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
.boost_setup :
2
- image : " ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:26.1.0 "
2
+ image : " ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:28-cli "
3
3
4
4
.boost_dind :
5
5
services :
6
- - name : " ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:26.1.0 -dind"
6
+ - name : " ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:28 -dind"
7
7
alias : dockerdaemon
8
8
# Support for listening on TCP without authentication or explicit
9
9
# intent to run without authentication will be removed in the next
Original file line number Diff line number Diff line change 1
1
.boost_setup :
2
- image : " ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:26.1.0 "
2
+ image : " ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:28-cli "
3
3
4
4
.boost_dind :
5
5
services :
6
- - name : " ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:26.1.0 -dind"
6
+ - name : " ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:28 -dind"
7
7
alias : dockerdaemon
8
8
# Support for listening on TCP without authentication or explicit
9
9
# intent to run without authentication will be removed in the next
Original file line number Diff line number Diff line change 1
1
.boost_setup :
2
- image : " docker:26.1.0 "
2
+ image : " docker:28-cli "
3
3
4
4
before_script :
5
5
- |
62
62
63
63
.boost_dind :
64
64
services :
65
- - name : " docker:26.1.0 -dind"
65
+ - name : " docker:28 -dind"
66
66
alias : dockerdaemon
67
67
# Support for listening on TCP without authentication or explicit
68
68
# intent to run without authentication will be removed in the next
You can’t perform that action at this time.
0 commit comments