Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 62dd89e

Browse files
committed
Use Swift 5.2 for documentation workflow
1 parent c1d250d commit 62dd89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.1 as builder
1+
FROM swift:5.2 as builder
22
WORKDIR /swiftdoc
33
COPY . .
44
RUN mkdir -p /build/lib && cp -R /usr/lib/swift/linux/*.so* /build/lib

0 commit comments

Comments
 (0)