File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ ADD ./build/demo-launcher/supervisord.conf /etc/supervisord.conf
5656COPY --from=ghcr.io/eth-cscs/firecrest-ui /usr/server/app ./web-ui
5757RUN npm install --global yarn@1.22.19
5858
59- ENV APP_VERSION="2.x.x "
59+ ENV APP_VERSION="2.4.1 "
6060ENV ENVIRONMENT='development'
6161ENV SERVICE_NAME='firecrest-web-ui'
6262ENV LOGGING_LEVEL='error'
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ class Settings(BaseSettings):
488488 app_debug : bool = Field (
489489 False , description = "Enable debug mode for the FastAPI application."
490490 )
491- app_version : Literal ["2.x.x " ] = "2.x.x "
491+ app_version : Literal ["2.4.1 " ] = "2.4.1 "
492492 apis_root_path : str = Field (
493493 "" ,
494494 description = "Base path prefix for exposing the APIs." ,
You can’t perform that action at this time.
0 commit comments