Skip to content

Commit

Permalink
Upgrade Docker image to use LLVM 7.0.1 (#3079)
Browse files Browse the repository at this point in the history
Part of our general move off of LLVM 3.9.1.
  • Loading branch information
SeanTAllen authored and jemc committed Mar 9, 2019
1 parent 08bd39e commit 68a4984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 \
Expand Down

0 comments on commit 68a4984

Please sign in to comment.