Skip to content

Commit f55f2d4

Browse files
committed
dockerfile: bump llvm, swift and switch to new llvm url
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
1 parent c711178 commit f55f2d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ RUN apt-get update && \
7171
apt-get install -y build-essential make tar xz-utils bzip2 gzip sed \
7272
libz-dev unzip patchelf curl libedit-dev python2.7 python2.7-dev libxml2 \
7373
git libxml2-dev uuid-dev libssl-dev bash patch
74-
ENV SWIFT_VERSION=4.0 \
75-
LLVM_VERSION=5.0.0
76-
RUN curl -L http://releases.llvm.org/${LLVM_VERSION}/clang+llvm-${LLVM_VERSION}-linux-x86_64-ubuntu16.04.tar.xz | tar --strip-components 1 -C /usr/local/ -xJv
74+
ENV SWIFT_VERSION=4.0.3 \
75+
LLVM_VERSION=5.0.1
76+
RUN curl -L http://releases.llvm.org/${LLVM_VERSION}/clang+llvm-${LLVM_VERSION}-x86_64-linux-gnu-ubuntu-16.04.tar.xz | tar --strip-components 1 -C /usr/local/ -xJv
7777
RUN curl -L https://swift.org/builds/swift-${SWIFT_VERSION}-release/ubuntu1604/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu16.04.tar.gz | tar --strip-components 1 -C / -xz
7878

7979
ENV SWIFT_PROTOBUF_VERSION=1.0.2

0 commit comments

Comments
 (0)