Skip to content

Commit

Permalink
Updated SoapUI version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
macbarSB committed Nov 7, 2023
1 parent 8f1f520 commit 04e66df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -eux; \

WORKDIR /usr/local/SmartBear

ARG SOAPUI_VERSION=5.6.1
ARG SOAPUI_VERSION=5.7.2
ENV PROJECT_DIR ./project
ENV REPORTS_DIR ./reports
ENV MOUNTED_PROJECT_DIR ./project
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN set -eux; \

WORKDIR /usr/local/SmartBear

ARG SOAPUI_VERSION=5.6.1
ARG SOAPUI_VERSION=5.7.2
ENV PROJECT_DIR ./project
ENV REPORTS_DIR ./reports
ENV MOUNTED_PROJECT_DIR ./project
Expand Down

0 comments on commit 04e66df

Please sign in to comment.