File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:2.6.3-slim
1
+ FROM ruby:2.6.10-bullseye
2
2
LABEL maintainer Travis CI GmbH <
[email protected] >
3
3
4
4
# packages required for bundle install
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby '2.6.3 '
3
+ ruby '2.6.10 '
4
4
5
5
gem 'faraday'
6
6
gem 'html-proofer' , '~> 3.0'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ <h3>Enterprise 2.x Archive</h3>
51
51
< li > < a href ="/user/enterprise/high-availability-tcie-2.x/ "> High Availability for 2.x</ a > </ li >
52
52
< li > < a href ="/user/enterprise/platform-tips-tcie-2.x/ "> Platform Administration Tips for 2.x</ a > </ li >
53
53
</ ul >
54
-
54
+
55
55
< h3 > Travis CI Docs</ h3 >
56
56
< ul >
57
57
< li > < a href ="/ "> Travis CI Docs</ a > </ li >
@@ -62,7 +62,7 @@ <h3>Travis CI Docs</h3>
62
62
< section class ="sidebar-notice ">
63
63
< p > This documentation site is open source.
64
64
The < a href ="https://github.com/travis-ci/docs-travis-ci-com "> README in our Git repository</ a > explains how to contribute.</ p >
65
- < p > Travis CI relies on Open Source < a href ="/user/open_source_license/ "> licensing information</ a > .</ p >
65
+ < p > Travis CI relies on Open Source < a href ="https://app.travis-ci.com/licensing "> licensing information</ a > .</ p >
66
66
</ section >
67
67
68
68
</ div > <!-- /#sidebar -->
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ <h3>Travis CI Enterprise</h3>
144
144
< section class ="sidebar-notice ">
145
145
< p > This documentation site is Open Source.
146
146
The < a href ="https://github.com/travis-ci/docs-travis-ci-com "> README in our Git repository</ a > explains how to contribute.</ p >
147
- < p > Travis CI relies on Open Source < a href ="/user/open_source_license/ "> licensing information</ a > .</ p >
147
+ < p > Travis CI relies on Open Source < a href ="https://app.travis-ci.com/licensing "> licensing information</ a > .</ p >
148
148
</ section >
149
149
150
150
</ div > <!-- /#sidebar -->
You can’t perform that action at this time.
0 commit comments