From 1833cf689eadbaccb8ec977a2db4d91b853e8f55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2026 07:13:52 +0000 Subject: [PATCH] fix: vendor/github.com/creack/pty/Dockerfile.riscv to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-LIBSSH2-16380061 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBSSH2-17386009 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBSSH2-17372951 - https://snyk.io/vuln/SNYK-DEBIAN13-ACL-17677866 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBSSH2-17372949 --- vendor/github.com/creack/pty/Dockerfile.riscv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/creack/pty/Dockerfile.riscv b/vendor/github.com/creack/pty/Dockerfile.riscv index e3685fcf6..5157e8b03 100644 --- a/vendor/github.com/creack/pty/Dockerfile.riscv +++ b/vendor/github.com/creack/pty/Dockerfile.riscv @@ -1,5 +1,5 @@ # NOTE: Using 1.13 as a base to build the RISCV compiler, the resulting version is based on go1.6. -FROM golang:1.26.3 +FROM golang:1.27rc2 # Clone and complie a riscv compatible version of the go compiler. RUN git clone https://review.gerrithub.io/riscv/riscv-go /riscv-go