We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96b66b commit b16d0c8Copy full SHA for b16d0c8
Examples/LocalDebugging/MyLambda/Dockerfile
@@ -1,3 +1,3 @@
1
-FROM swift:5.2-amazonlinux2
+FROM swift:5.5-amazonlinux2
2
3
RUN yum -y install zip
Examples/LocalDebugging/MyLambda/Lambda.swift
@@ -2,7 +2,7 @@
//
// This source file is part of the SwiftAWSLambdaRuntime open source project
4
5
-// Copyright (c) 2020 Apple Inc. and the SwiftAWSLambdaRuntime project authors
+// Copyright (c) 2020-2021 Apple Inc. and the SwiftAWSLambdaRuntime project authors
6
// Licensed under Apache License v2.0
7
8
// See LICENSE.txt for license information
Examples/LocalDebugging/Shared/Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.2
+// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
0 commit comments