<@U06TZKFP1> Once <@U06V253M4> gets that packaged...
# docker-commandbox
j
@dougcain Once @bdw429s gets that packaged up on Forgebox, I will be publishing updated images with that engine. He usually does the initial WAR and I maintain it from there. FWIW,
adobe@2023.0.0-beta.1
should be pretty much the final release if you want to test it with a Dockerfile:
Copy code
FROM ortussolutions/commandbox:latest

ENV BOX_SERVER_APP_CFENGINE adobe@2023.0.0-beta.1

RUN $BUILD_DIR/util/warmup-server.sh
👍 2