From 92cc62f52a6742c8a90c49d27c2e2fa3dfc8c6cd Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Mon, 31 Jan 2022 13:25:58 -0500 Subject: [PATCH] Use an exact version for ESAPI extension installed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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