Skip to content

Commit

Permalink
Use an exact version for ESAPI extension installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Jan 31, 2022
1 parent 7f8f0fd commit 92cc62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 92cc62f

Please sign in to comment.