From 8c2ed7500b44221918ba20b1323b806c8119d534 Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Fri, 16 Jul 2021 13:09:39 +0200 Subject: [PATCH] Update to new parent image to get latest go security fixes. --- swift4.2/CHANGELOG.md | 10 ++++++++++ swift4.2/Dockerfile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/swift4.2/CHANGELOG.md b/swift4.2/CHANGELOG.md index 399ed44..5a8843d 100644 --- a/swift4.2/CHANGELOG.md +++ b/swift4.2/CHANGELOG.md @@ -1,5 +1,15 @@ # IBM Functions Swift 4.2 Runtime +## 1.4.2 +Changes: + - Update to new parent image to get latest go security fixes. + +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) + +Packages included: + - [Watson SDK 1.3.1](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/1.3.1) + + ## 1.4.1 Changes: - Add `--with-new-pkgs` to `apt-get upgrade` to also install security updates for packages that include new libraries. diff --git a/swift4.2/Dockerfile b/swift4.2/Dockerfile index 34298a5..2377367 100755 --- a/swift4.2/Dockerfile +++ b/swift4.2/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile extends Apache OpenWhisk Swift image https://github.com/apache/openwhisk-runtime-swift/blob/master/core/swift42Action/Dockerfile -FROM openwhisk/action-swift-v4.2:546c7ee +FROM openwhisk/action-swift-v4.2:8370314 # Add Pre-Installed Packages for IBM COPY _Whisk.swift /swiftAction/Sources/