File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM swift:5.1.3
1+ FROM swift:5.1.4
22
33# Or your actual UID, GID on Linux if not the default 1000
44ARG USERNAME=vscode
Original file line number Diff line number Diff line change 1- SWIFT_VERSION? =5.1.3
1+ SWIFT_VERSION? =5.1.4
22
33DOCKER_TAG =nio-swift:$(SWIFT_VERSION )
44SWIFT_DOCKER_IMAGE =$(DOCKER_TAG )
Original file line number Diff line number Diff line change 11# aws-lambda-swift-sprinter-core
22
3- [ ![ Swift 5] ( https://img.shields.io/badge/Swift-5.0-blue.svg )] ( https://swift.org/download/ ) [ ![ Swift 5.1.3 ] ( https://img.shields.io/badge/Swift-5.1.3 -blue.svg )] ( https://swift.org/download/ ) ![ ] ( https://img.shields.io/badge/version-1.0.0--alpha.3-red ) ![ ] ( https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-core.svg?branch=master ) [ ![ codecov] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core/branch/master/graph/badge.svg )] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core )
3+ [ ![ Swift 5] ( https://img.shields.io/badge/Swift-5.0-blue.svg )] ( https://swift.org/download/ ) [ ![ Swift 5.1] ( https://img.shields.io/badge/Swift-5.1-blue.svg )] ( https://swift.org/download/ ) ![ ] ( https://img.shields.io/badge/version-1.0.0-green ) ![ ] ( https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-core.svg?branch=master ) [ ![ codecov] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core/branch/master/graph/badge.svg )] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-core )
44
55** LambdaSwiftSprinter** is a Swift framework allowing the development of AWS Lambdas based on the [ AWS Lambda Custom Runtime] ( https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html ) for Swift.
66
@@ -32,7 +32,7 @@ import PackageDescription
3232let package = Package (
3333 name : " HelloWorld" ,
3434 dependencies : [
35- .package (url : " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core" , from : " 1.0.0-alpha.3 " )
35+ .package (url : " https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core" , from : " 1.0.0" )
3636 ],
3737 targets : [
3838 .target (
You can’t perform that action at this time.
0 commit comments