diff --git a/Dockerfile b/Dockerfile index a612da0f..ba6d928a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/ubi-minimal +FROM registry.access.redhat.com/ubi9/ubi-minimal LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ diff --git a/Dockerfile.java11 b/Dockerfile.java11 index 84ad3ce8..400e7bba 100644 --- a/Dockerfile.java11 +++ b/Dockerfile.java11 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/ubi-minimal +FROM registry.access.redhat.com/ubi9/ubi-minimal LABEL name="Nexus Repository Manager" \ maintainer="Sonatype " \ diff --git a/Dockerfile.rh.ubi b/Dockerfile.rh.ubi index 6f575ae3..3f2f712f 100644 --- a/Dockerfile.rh.ubi +++ b/Dockerfile.rh.ubi @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/ubi-minimal +FROM registry.access.redhat.com/ubi9/ubi-minimal LABEL name="Nexus Repository Manager" \ vendor=Sonatype \ diff --git a/Dockerfile.rh.ubi.java11 b/Dockerfile.rh.ubi.java11 index 952135f8..f97e290b 100644 --- a/Dockerfile.rh.ubi.java11 +++ b/Dockerfile.rh.ubi.java11 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/ubi-minimal +FROM registry.access.redhat.com/ubi9/ubi-minimal LABEL name="Nexus Repository Manager" \ vendor=Sonatype \