Skip to content

Commit

Permalink
upgrade irodsfs/irodsfs-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 25, 2023
1 parent 52d306f commit 4532f51
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.18
ARG IRODSFS_VER=v0.8.19

# 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.18
ARG IRODSFS_POOL_VER=v0.6.19

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

0 comments on commit 4532f51

Please sign in to comment.