Skip to content

Commit

Permalink
update swift version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
saroar committed Nov 9, 2022
1 parent 0dc89e4 commit 9ab16cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.6-focal as build
FROM swift:5.7-focal as build

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
&& apt-get -q update \
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.6
// swift-tools-version:5.7
import PackageDescription

let package = Package(
Expand Down

0 comments on commit 9ab16cc

Please sign in to comment.