We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dedcd5 commit 07e6a2aCopy full SHA for 07e6a2a
Dockerfile
@@ -83,7 +83,7 @@ RUN git clone ${SOP_OPENPGPJS_REPO} . && \
83
RUN npm install
84
85
# OpenPGP.js V6 Sop
86
-ARG SOP_OPENPGPJS_V2_TAG=v2.0.0-1
+ARG SOP_OPENPGPJS_V2_TAG=v2.2.0
87
WORKDIR /sops/sop-openpgpjs-v2
88
RUN git clone ${SOP_OPENPGPJS_REPO} . && \
89
git checkout tags/${SOP_OPENPGPJS_V2_TAG}
0 commit comments