File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ services:
45
45
build :
46
46
context : irods_client_zone_management_tool
47
47
environment :
48
- - REACT_APP_REST_API_URL=http://localhost/irods-rest/0.9.2
48
+ - REACT_APP_REST_API_URL=http://localhost/irods-rest/0.9.3
49
49
- REACT_APP_APPBAR_LOGO=iRODS-logo.jpg
50
50
- REACT_APP_LOGIN_LOGO=iRODS-logo-1.png
51
51
- REACT_APP_BRANDING_NAME=Zone Management Tool
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get update && \
19
19
RUN wget -qO - https://packages.irods.org/irods-signing-key.asc | apt-key add - && \
20
20
echo "deb [arch=amd64] https://packages.irods.org/apt/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/renci-irods.list
21
21
22
- ARG version=0.9.2
22
+ ARG version=0.9.3
23
23
ARG package_version_suffix=-0~focal
24
24
ARG package_version=${version}${package_version_suffix}
25
25
You can’t perform that action at this time.
0 commit comments