Replace runtime base image for CleverBook
This MR replaces the runtime image for CleverBook. It replaces the old openjdk:17-jdk-alpine
with azul/zulu-openjdk:17-latest
.
During testing, the alpine-based image could not handle cgroup v2 info properly, which crashes the container. After replacing with azul zulu openjdk, it works fine.
Note: Azul zulu jdk is not the only one that can solve this issue. I choose zulu openjdk because I use it often.