Skip to content

Commit ee1a167

Browse files
author
Andrea Scuderi
committed
Switch to swift 6.2.0
1 parent 73286d5 commit ee1a167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM swift:5.7.3-amazonlinux2 as builder
1+
FROM swift:6.2.0-amazonlinux2 as builder
22
RUN yum -y update && \
33
yum -y install git zip

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
SWIFT_VERSION=5.7.3
15+
SWIFT_VERSION=6.2.0
1616

1717
SWIFT_DOCKER_IMAGE=swift-amazonlinux2-builder:$(SWIFT_VERSION)
1818
SWIFT_CONFIGURATION=release

0 commit comments

Comments
 (0)