Skip to content

Commit 5d6507b

Browse files
Pin swift version in Dockerfile (#36)
This fixes the build
1 parent 9fb68d1 commit 5d6507b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:latest AS builder
1+
FROM swift:5.5.3-bionic AS builder
22
# WORKDIR /opt/testrunner
33
COPY src/testrunner ./
44

@@ -7,7 +7,7 @@ RUN swift --version
77
#RUN swift package clean
88
RUN swift build --configuration release
99

10-
FROM swift:latest
10+
FROM swift:5.5.3-bionic
1111
WORKDIR /opt/test-runner/
1212
COPY bin/ bin/
1313
COPY --from=builder /.build/release/TestRunner bin/

0 commit comments

Comments
 (0)