File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 11# ================================
22# Build image
33# ================================
4- FROM swift:6.1 AS build
4+ FROM swift:5.10 as build
55WORKDIR /build
66
77# Copy entire repo into container
Original file line number Diff line number Diff line change 11# ================================
22# Build image
33# ================================
4- FROM swift:6.1 AS build
4+ FROM swift:5.10 as build
55WORKDIR /build
66
77# Copy entire repo into container
Original file line number Diff line number Diff line change 11# ================================
22# Build image
33# ================================
4- FROM swift:6.1 AS build
4+ FROM swift:5.10 as build
55WORKDIR /build
66
77# Copy entire repo into container
You can’t perform that action at this time.
0 commit comments