This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 7b43319ce7154c16b9d4388438df230d2323ebcb Author: Tadayoshi Sato <[email protected]> AuthorDate: Fri Nov 18 15:44:41 2022 +0900 chore(build): upgrade base image to ubi-quarkus-mandrel:22.2.0.0-Final-java11 Thanks to Tobias Oort @tobiasoort --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 92885e7a2..08f9870a0 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.3.0.0-Final-java11 +FROM quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java11 ARG MAVEN_VERSION="3.8.6" ARG MAVEN_HOME="/usr/share/maven"
