Skip to content

Commit

Permalink
chore(deps): update swift docker tag to v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 7, 2022
1 parent e09a403 commit 2ac271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2ac271c

Please sign in to comment.