Skip to content

Commit 731d0c4

Browse files
Update swift Docker tag to v6
1 parent 6400473 commit 731d0c4

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

Versions/3.0.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM swift:3.0.2
1+
FROM swift:6.1.2

Versions/3.1.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM swift:3.1.1
1+
FROM swift:6.1.2

Versions/4.0.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.0.2
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/4.0.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.0.3
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/4.1.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.1.3
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/4.2.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.2.1
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/4.2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.2.2
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/4.2.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.2.3
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/4.2.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:4.2.4
1+
FROM swift:6.1.2
22

33
RUN echo 'int isatty(int fd) { return 1; }' | \
44
clang -O2 -fpic -shared -ldl -o faketty.so -xc -

Versions/5.0.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM swift:5.0.1
1+
FROM swift:6.1.2

0 commit comments

Comments
 (0)