Skip to content

Commit

Permalink
CommandBox 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Aug 16, 2023
1 parent 9fc8ee7 commit 30c25c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM azul/zulu-openjdk-alpine:8-jre AS build
RUN apk add zip unzip curl

RUN mkdir /opt/box
RUN curl --location -o /opt/box/box https://s3.amazonaws.com/downloads.ortussolutions.com/ortussolutions/commandbox/5.9.0/box-light
RUN curl --location -o /opt/box/box https://s3.amazonaws.com/downloads.ortussolutions.com/ortussolutions/commandbox/5.9.1/box-light

RUN chmod -R a+rx /opt/box/box

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN rm -f /root/.CommandBox/engine/cfml/cli/cfml-web/context/lucee-applet.jar
RUN rm -f /root/.CommandBox/engine/cfml/cli/cfml-web/context/lucee-admin.lar
RUN rm -f /root/.CommandBox/engine/cfml/cli/cfml-web/context/lucee-doc.lar

RUN curl --location -o /opt/box/box-thin https://s3.amazonaws.com/downloads.ortussolutions.com/ortussolutions/commandbox/5.9.0/box-thin
RUN curl --location -o /opt/box/box-thin https://s3.amazonaws.com/downloads.ortussolutions.com/ortussolutions/commandbox/5.9.1/box-thin

RUN mv /opt/box/box-thin /opt/box/box

Expand Down

0 comments on commit 30c25c4

Please sign in to comment.