diff --git a/Dockerfile b/Dockerfile index 4f388ce..d227eea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN box cfformat run /tmp/test.cfc FROM foundeo/minibox:latest # ESAPI extension for testbox run -ENV LUCEE_EXTENSIONS="$LUCEE_EXTENSIONS,37C61C0A-5D7E-4256-8572639BE0CF5838" +ENV LUCEE_EXTENSIONS="$LUCEE_EXTENSIONS,37C61C0A-5D7E-4256-8572639BE0CF5838;name=ESAPI extension;version=2.1.0.18" COPY --from=build /root/.CommandBox/cfml/modules /root/.CommandBox/cfml/modules