Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b085d33

Browse files
committedOct 26, 2022
[irods#32] update rest to 0.9.3
1 parent 5276e1b commit b085d33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545
build:
4646
context: irods_client_zone_management_tool
4747
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
4949
- REACT_APP_APPBAR_LOGO=iRODS-logo.jpg
5050
- REACT_APP_LOGIN_LOGO=iRODS-logo-1.png
5151
- REACT_APP_BRANDING_NAME=Zone Management Tool

‎irods_client_rest_cpp/irods_client_rest_cpp.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919
RUN wget -qO - https://packages.irods.org/irods-signing-key.asc | apt-key add - && \
2020
echo "deb [arch=amd64] https://packages.irods.org/apt/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/renci-irods.list
2121

22-
ARG version=0.9.2
22+
ARG version=0.9.3
2323
ARG package_version_suffix=-0~focal
2424
ARG package_version=${version}${package_version_suffix}
2525

0 commit comments

Comments
 (0)
Please sign in to comment.