File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN yarn build
1616# Stage 2: Production Environment
1717FROM alpine:3.19.1@sha256:15c46ced65c6abed6a27472a7904b04273e9a8091a5627badd6ff016ab073171
1818
19- ARG VERSION="1.1.4 "
19+ ARG VERSION="1.1.5 "
2020ARG ENABLE_FULL_TEXT_SEARCH=""
2121ARG ENABLE_MORPHOLOGY_ANALYSIS=""
2222ARG ENABLE_CHINESE_CONVERSION=""
Original file line number Diff line number Diff line change 1515project_directory = os .path .dirname (os .path .dirname (os .path .dirname (os .path .abspath (__file__ ))))
1616windows_save_path = os .path .join (os .path .dirname (project_directory ), 'SilverDict-windows.zip' )
1717unix_save_path = os .path .join (project_directory , 'SilverDict.zip' )
18- current_version = 'v1.1.4 '
18+ current_version = 'v1.1.5 '
1919
2020
2121def _get_latest_version_and_release_note () -> tuple [str , str ]:
You can’t perform that action at this time.
0 commit comments