File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ RUN apt-get update && \
71
71
apt-get install -y build-essential make tar xz-utils bzip2 gzip sed \
72
72
libz-dev unzip patchelf curl libedit-dev python2.7 python2.7-dev libxml2 \
73
73
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
77
77
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
78
78
79
79
ENV SWIFT_PROTOBUF_VERSION=1.0.2
You can’t perform that action at this time.
0 commit comments