Skip to content

Commit

Permalink
Upgrade irodsfs
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Jun 23, 2023
1 parent 99f7e8e commit c77cc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/image/irods_csi_driver_image.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG CSI_DRIVER_SRC_DIR="/go/src/github.com/cyverse/irods-csi-driver"
ARG IRODS_FUSE_DIR="/opt/irodsfs"
ARG FUSE_NFS_DIR="/opt/fuse-nfs"
ARG DEBIAN_FRONTEND=noninteractive
ARG IRODSFS_VER=v0.8.13
ARG IRODSFS_VER=v0.8.14

# Setup Utility Packages
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion deploy/image/irods_csi_driver_pool_image.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL version="0.1"
LABEL description="iRODS CSI Driver Pool Image"

ARG DEBIAN_FRONTEND=noninteractive
ARG IRODSFS_POOL_VER=v0.6.12
ARG IRODSFS_POOL_VER=v0.6.13

# Setup Utility Packages
RUN apt-get update && \
Expand Down

0 comments on commit c77cc6c

Please sign in to comment.