Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 75c4015

Browse files
FIX: Force Dockerfile to use swift:5.0.3
1 parent 5294e49 commit 75c4015

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.0.3 as builder
22

33
RUN apt-get -qq update && apt-get -q -y install \
4-
libssl-dev libicu-dev \
4+
libssl-dev libicu-dev \

0 commit comments

Comments
 (0)