diff --git a/VERSION b/VERSION index fbec8de0a..301760aa8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.49.0-SNAPSHOT +7.50.0-SNAPSHOT diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index cedc72174..70ccb7a95 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -59,7 +59,7 @@ RUN chmod -R g+rwX /build/devfiles # Build registry, copying meta.yamls and index.json from builder # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/httpd-24 -FROM registry.access.redhat.com/ubi8/httpd-24:1-193 AS registry +FROM registry.access.redhat.com/ubi8/httpd-24:1-193.1652296462 AS registry USER 0 # latest httpd container doesn't include ssl cert, so generate one