This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch 5.0.x in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit 461777aa2ed529b2a4b8385ce09aff4eed6f6877 Author: Zach Hoffman <[email protected]> AuthorDate: Tue Dec 8 10:31:03 2020 -0700 Increase builder compose file version to 2.1 (#5356) * Increase builder compose file version to 2.1 * Use compose file version 2.1 for optional compose files * Inherit RHEL_VERSION argument from environment now that the compose file version is 2.1 (cherry picked from commit 9597ead3adb821bc837713b17defa2e21852e874) --- infrastructure/docker/build/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker/build/docker-compose.yml b/infrastructure/docker/build/docker-compose.yml index 9df7af9..4738df6 100644 --- a/infrastructure/docker/build/docker-compose.yml +++ b/infrastructure/docker/build/docker-compose.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. --- -version: '2' +version: '2.1' services: source:
