From 7f03cabce5cffad930f963e3521bac6733ed10c1 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Fri, 27 Jun 2025 16:02:46 +0200 Subject: [PATCH] [#13] Upgrade to OpenFastTrace 4.2.0 Updated the core library, the asciidoc plugin works with any OFT core library having major version 4. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55bfb0f..510fa72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM eclipse-temurin:22-jre-alpine # alpine comes with sh only, by default RUN apk add --no-cache bash -ARG OFT_CORE_VERSION=4.1.0 +ARG OFT_CORE_VERSION=4.2.0 ARG OFT_ASCIIDOC_PLUGIN_VERSION=0.3.0 ENV LIB_DIR=/opt/oft/lib