From 0128c8d7b0e9a2749add56d5aed6eea0242bd001 Mon Sep 17 00:00:00 2001 From: Norio Nomura Date: Fri, 7 Apr 2017 19:18:08 +0900 Subject: [PATCH] Use swift-3.1-RELEASE + cherry picking PRs PRs: https://github.com/apple/swift/pull/8189 https://github.com/apple/swift/pull/8485 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 216574f..1920cc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN groupadd -r swift-dev && useradd -r -g swift-dev swift-dev # Setup Environment Variables -ENV REVISION="bbcc23b" \ +ENV REVISION="612761a" \ OUTPUT_DIR="/swift" \ WORK_DIR="/swift-dev"