Skip to content

Commit f37e3e5

Browse files
committed
Pin version of Swift used for building releases
1 parent fdebb69 commit f37e3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile used to build a statically-linked swiftly executable for generic GNU/Linux platforms.
22
# See RELEASING.md for information on how to use this file.
33

4-
FROM swiftlang/swift:nightly-amazonlinux2
4+
FROM swift:5.8.1-amazonlinux2
55

66
# swiftly build depdenencies
77
RUN yum install -y \

0 commit comments

Comments
 (0)