You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN echo "deb [signed-by=/etc/apt/trusted.gpg.d/hyperledger.gpg] https://hyperledger.jfrog.io/artifactory/indy jammy dev rc" > /etc/apt/sources.list.d/hyperledger.list
29
+
RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.jfrog.io/artifactory/indy jammy dev rc" > /etc/apt/sources.list.d/hyperledger.list
30
30
31
31
RUN apt update -y && apt install -y \
32
32
# Python
@@ -60,7 +60,8 @@ RUN pip3 install -U \
60
60
Cython==0.29.36
61
61
62
62
# install fpm
63
-
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.14.2
63
+
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \
0 commit comments