This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new b7397a4 chore(build): Upgrade base image to ubi-quarkus-mandrel:21.3.0.0 b7397a4 is described below commit b7397a487d2ec25e8502de744a35bca393acdb44 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Wed Dec 1 15:01:02 2021 +0100 chore(build): Upgrade base image to ubi-quarkus-mandrel:21.3.0.0 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index f00f140..b8d2855 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/quarkus/ubi-quarkus-mandrel:21.2.0.0-Final-java11 +FROM quay.io/quarkus/ubi-quarkus-mandrel:21.3.0.0-Final-java11 ARG MAVEN_VERSION="3.8.4" ARG MAVEN_HOME="/usr/share/maven"