From 83783ebacf50a79d7931be490bcd2ed33a3c7fb9 Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Wed, 1 May 2024 20:27:08 +0000 Subject: [PATCH] Update S3 plugin in containers to fix segfault --- images/Dockerfile | 2 +- images/dev.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index bd1ab1150..ed72cbb6a 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -82,7 +82,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrootd-s3-http/git/refs/heads/m RUN \ git clone https://github.com/PelicanPlatform/xrootd-s3-http.git && \ cd xrootd-s3-http && \ - git checkout v0.1.1 && \ + git checkout v0.1.2 && \ mkdir build && cd build && \ cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \ make install diff --git a/images/dev.Dockerfile b/images/dev.Dockerfile index d6249de4a..3429e984a 100644 --- a/images/dev.Dockerfile +++ b/images/dev.Dockerfile @@ -104,7 +104,7 @@ ADD https://api.github.com/repos/PelicanPlatform/xrootd-s3-http/git/refs/heads/m RUN \ git clone https://github.com/PelicanPlatform/xrootd-s3-http.git && \ cd xrootd-s3-http && \ - git checkout v0.1.1 && \ + git checkout v0.1.2 && \ mkdir build && cd build && \ cmake -DLIB_INSTALL_DIR=/usr/lib64 .. && \ make install