This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ae3455  HDDS-14415. Bump Go builder for csc to 1.26 and pin gocsi to 
v1.2.2 (#90)
4ae3455 is described below

commit 4ae3455e681cdb0a0481937c687258d2e00d152e
Author: Chi-Hsuan Huang <[email protected]>
AuthorDate: Sat Jul 25 16:28:17 2026 +0800

    HDDS-14415. Bump Go builder for csc to 1.26 and pin gocsi to v1.2.2 (#90)
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b257e95..3333272 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,8 +14,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM golang:1.17.8-buster AS go
-RUN go install github.com/rexray/gocsi/csc@latest
+FROM golang:1.26-bookworm AS go
+RUN go install github.com/rexray/gocsi/[email protected]
 
 FROM rockylinux/rockylinux:9
 RUN set -eux ; \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to