Skip to content

Commit fd2adeb

Browse files
committed
enable versioning from build-arguments and set default to 5.9
1 parent a779c91 commit fd2adeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM swift:5.7.0-focal
1+
ARG SWIFT_VERSION=5.9
2+
FROM swift:${SWIFT_VERSION}-focal
23

34
MAINTAINER Orta Therox
45

0 commit comments

Comments
 (0)