Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 532b977

Browse files
authored
Update to newer parent image. (#72)
- Action proxy is now build with go 1.15 (was go 1.12 before). - Update to Swift 4.2.4.
1 parent bb5a48d commit 532b977

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

swift4.2/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# IBM Functions Swift 4.2 Runtime
22

3+
## 1.4.0
4+
Changes:
5+
- Update to a newer parent image.
6+
- Include bug and security fixes.
7+
- The action proxy is now build with go 1.15 (was 1.12 before).
8+
9+
Swift runtime version: [swift-4.2.4-RELEASE](https://swift.org/builds/swift-4.2.4-release/ubuntu1604/swift-4.2.4-RELEASE/swift-4.2.4-RELEASE-ubuntu16.04.tar.gz)
10+
11+
Packages included:
12+
- [Watson SDK 1.3.1](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/1.3.1)
13+
14+
315
## 1.3.0
416
Changes:
517
- Update to a newer base image.

swift4.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Dockerfile extends Apache OpenWhisk Swift image https://github.com/apache/incubator-openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile
2-
FROM openwhisk/action-swift-v4.2:93881a0
1+
# Dockerfile extends Apache OpenWhisk Swift image https://github.com/apache/openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile
2+
FROM openwhisk/action-swift-v4.2:546c7ee
33

4-
# Add Pre-Installed Pacakges for IBM
4+
# Add Pre-Installed Packages for IBM
55
COPY _Whisk.swift /swiftAction/Sources/
66
COPY Package.swift /swiftAction/
77
RUN apt-get update \

0 commit comments

Comments
 (0)