Skip to content

Commit 5261b52

Browse files
committed
Remove Vapor changes
1 parent 8cdfa68 commit 5261b52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frameworks/Swift/vapor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PostgreSQL
1212

1313
## Versions
1414

15-
[Swift 5.10](https://swift.org/)
15+
[Swift 5.7](https://swift.org/)
1616
[Vapor 4](https://vapor.codes/)
1717

1818
## Test URLs: `vapor`

frameworks/Swift/vapor/vapor-fluent.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:6.1 AS build
4+
FROM swift:5.10 as build
55
WORKDIR /build
66

77
# Copy entire repo into container

frameworks/Swift/vapor/vapor-mongo.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:6.1 AS build
4+
FROM swift:5.10 as build
55
WORKDIR /build
66

77
# Copy entire repo into container

frameworks/Swift/vapor/vapor.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ================================
22
# Build image
33
# ================================
4-
FROM swift:6.1 AS build
4+
FROM swift:5.10 as build
55
WORKDIR /build
66

77
# Copy entire repo into container

0 commit comments

Comments
 (0)