This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new ce4f612 Update to Go 1.15.1 to pick up security fixes (#129)
ce4f612 is described below
commit ce4f61251274b5628f35bddee4392d6c0fe10387
Author: Martin Henke <[email protected]>
AuthorDate: Mon Sep 7 18:23:38 2020 +0200
Update to Go 1.15.1 to pick up security fixes (#129)
---
golang1.15/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/golang1.15/Dockerfile b/golang1.15/Dockerfile
index 1063513..6e6c4ec 100644
--- a/golang1.15/Dockerfile
+++ b/golang1.15/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM golang:1.15.0
+FROM golang:1.15.1
RUN echo "deb http://deb.debian.org/debian buster-backports main contrib
non-free" \
>>/etc/apt/sources.list &&\
echo 'debconf debconf/frontend select Noninteractive' |
debconf-set-selections &&\