diff --git a/Dockerfile-server b/Dockerfile-server index cff9456..256f2bd 100644 --- a/Dockerfile-server +++ b/Dockerfile-server @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE=registry.redhat.io/ubi8/ubi-minimal -ARG BASE_TAG=8.1-398 +ARG BASE_TAG=8.1-407 ############################################################################### # Build stage to build Go code ###############################################################################