From bbb9d457be185c518fb7db83d0e40a706cfa02a6 Mon Sep 17 00:00:00 2001 From: Gabriel Vazquez Date: Wed, 11 Feb 2026 12:23:54 -0300 Subject: [PATCH] switching from using rsc to sonatype cloud nxrm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da349989..c4909f28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. # -FROM docker-all.repo.sonatype.com/alpine/helm:3.10.2 +FROM sonatype.repo.sonatype.app/docker-all/alpine/helm:3.10.2 RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh