-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update swift docker tag to v5.5
- Loading branch information
1 parent
e09a403
commit 2ac271c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ================================ | ||
# Build image | ||
# ================================ | ||
FROM swift:5.4-xenial as builder | ||
FROM swift:5.5-xenial as builder | ||
LABEL maintainer="[email protected]" | ||
|
||
WORKDIR /build-folder | ||
|
@@ -30,7 +30,7 @@ RUN git clone https://github.com/realm/SwiftLint SwiftLint && \ | |
# ================================ | ||
# Run image | ||
# ================================ | ||
FROM swift:5.4-xenial-slim | ||
FROM swift:5.5-xenial-slim | ||
LABEL maintainer="[email protected]" | ||
|
||
WORKDIR /project | ||
|