This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM swift:5.1.2
1
+ FROM swift:5.1.3
2
2
3
3
# Or your actual UID, GID on Linux if not the default 1000
4
4
ARG USERNAME=vscode
Original file line number Diff line number Diff line change 1
- SWIFT_VERSION? =5.1.2
1
+ SWIFT_VERSION? =5.1.3
2
2
3
3
DOCKER_TAG =nio-swift:$(SWIFT_VERSION )
4
4
SWIFT_DOCKER_IMAGE =$(DOCKER_TAG )
Original file line number Diff line number Diff line change 1
1
# aws-lambda-swift-sprinter-nio-plugin
2
2
3
3
4
- [ ![ Swift 5] ( https://img.shields.io/badge/Swift-5.0-blue.svg )] ( https://swift.org/download/ ) [ ![ Swift 5.1.2 ] ( https://img.shields.io/badge/Swift-5.1.2 -blue.svg )] ( https://swift.org/download/ ) ![ ] ( https://img.shields.io/badge/version-1.0.0--alpha.2-red ) [ ![ Build Status] ( https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin.svg?branch=master )] ( https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin ) [ ![ codecov] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin/branch/master/graph/badge.svg )] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin )
4
+ [ ![ 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.2-red ) [ ![ Build Status] ( https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin.svg?branch=master )] ( https://travis-ci.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin ) [ ![ codecov] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin/branch/master/graph/badge.svg )] ( https://codecov.io/gh/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin )
5
5
6
6
The project implements an HTTPS client plugin for the [ LambdaSwiftSprinter] ( https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core ) framework.
7
7
Original file line number Diff line number Diff line change 1
- FROM swift:5.1.2 as builder
1
+ FROM swift:5.1.3 as builder
2
2
3
3
RUN apt-get -qq update && apt-get -q -y install \
4
4
libssl-dev libicu-dev
You can’t perform that action at this time.
0 commit comments