From 6f29567561867a870297835654496450f5e9aa2d Mon Sep 17 00:00:00 2001 From: arigmohey <34895387+arigmohey@users.noreply.github.com> Date: Sun, 24 Jan 2021 22:39:34 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcfe2ea..7726a29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/go-toolset:1.14.12 as builder +FROM registry.redhat.io/ubi8/go-toolset:1.14.12 as builder WORKDIR /build ADD . /build/