We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdebb69 commit f37e3e5Copy full SHA for f37e3e5
scripts/build.dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile used to build a statically-linked swiftly executable for generic GNU/Linux platforms.
2
# See RELEASING.md for information on how to use this file.
3
4
-FROM swiftlang/swift:nightly-amazonlinux2
+FROM swift:5.8.1-amazonlinux2
5
6
# swiftly build depdenencies
7
RUN yum install -y \
0 commit comments