diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index df3d238f3..7e68c164c 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.25.6 AS base +FROM golang:1.25.7 AS base # The devel image is used for local development. FROM base AS devel