From dacf902c6b0b1e5d57d0fb56d634933637146bf0 Mon Sep 17 00:00:00 2001 From: Diogo-fj-rocha <104084969+cx-diogo-rocha@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:21:37 +0000 Subject: [PATCH] Fix stdlib vulnerabilities by updating go version --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b6c483c..68972e35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # and "Missing User Instruction" since 2ms container is stopped after scan # Builder image -FROM checkmarx/go:1.25.7-r0-b270bc965b34b4@sha256:b270bc965b34b4ffec624413bc1f1830c58c0abb142580ca76d42116b3b06764 AS builder +FROM checkmarx/go:1.26.1-r0-ce13f12ff5c411@sha256:ce13f12ff5c4114de1df95b2442911adab6c5a3ee580945176213f78c94ca0c6 AS builder WORKDIR /app diff --git a/go.mod b/go.mod index eabb5604..22e5a26d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/checkmarx/2ms/v5 -go 1.25.7 +go 1.26.1 replace ( golang.org/x/oauth2 => golang.org/x/oauth2 v0.30.0