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

Commit 7bde03d

Browse files
authored
Update to new parent image to get latest go security fixes. (#83)
1 parent f848894 commit 7bde03d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

swift4.2/CHANGELOG.md

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

3+
## 1.4.2
4+
Changes:
5+
- Update to new parent image to get latest go security fixes.
6+
7+
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)
8+
9+
Packages included:
10+
- [Watson SDK 1.3.1](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/1.3.1)
11+
12+
313
## 1.4.1
414
Changes:
515
- Add `--with-new-pkgs` to `apt-get upgrade` to also install security updates for packages that include new libraries.

swift4.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
FROM openwhisk/action-swift-v4.2:8370314
33

44
# Add Pre-Installed Packages for IBM
55
COPY _Whisk.swift /swiftAction/Sources/

0 commit comments

Comments
 (0)