From 68a4984a91d653c4e53316b419143715a206cf15 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sat, 9 Mar 2019 07:40:46 -0500 Subject: [PATCH] Upgrade Docker image to use LLVM 7.0.1 (#3079) Part of our general move off of LLVM 3.9.1. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd8051e368..587872f7cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:16.04 -ENV LLVM_VERSION 3.9.1 +ENV LLVM_VERSION 7.0.1 RUN apt-get update \ && apt-get install -y \