Skip to content

Commit 53fc369

Browse files
authored
Bump dependencies (#9)
* Bump dependencies * Update swift version of docker
1 parent 4fec6e2 commit 53fc369

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

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:5.6-focal as build
4+
FROM swift:5.7-focal as build
55

66
# Install OS updates and, if needed, sqlite3
77
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \

Package.resolved

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ let package = Package(
1111
],
1212
dependencies: [
1313
// 💧 A server-side Swift web framework.
14-
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.66.1")),
15-
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.2.2")),
14+
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.67.4")),
15+
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.2.4")),
1616
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
17-
.upToNextMajor(from: "4.15.1")),
17+
.upToNextMajor(from: "4.16.2")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)