From 9f231c9ba904453e0e87b89c7021b4231a806724 Mon Sep 17 00:00:00 2001
From: Student User <student@workstation.lab.example.com>
Date: Thu, 08 Aug 2019 01:47:39 +0200
Subject: [PATCH] Adding explicit tag to FROM

---
 nexus3/Dockerfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nexus3/Dockerfile b/nexus3/Dockerfile
index 81db133..6a49217 100644
--- a/nexus3/Dockerfile
+++ b/nexus3/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
+FROM registry.access.redhat.com/ubi8/ubi:8.0
 
 LABEL name="Nexus Repository Manager" \
       vendor=Sonatype \

--
Gitblit v1.9.3