We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a779c91 commit fd2adebCopy full SHA for fd2adeb
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM swift:5.7.0-focal
+ARG SWIFT_VERSION=5.9
2
+FROM swift:${SWIFT_VERSION}-focal
3
4
MAINTAINER Orta Therox
5
0 commit comments