diff --git a/Dockerfile-server b/Dockerfile-server index a2987cd..80d656b 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal -ARG BASE_TAG=7.6-237 +ARG BASE_TAG=7.7-98 ############################################################################### # Build stage to build Go code ###############################################################################