Skip to content

Commit 07e6a2a

Browse files
committed
Update sop-openpgpjs-v2: point to OpenPGP.js v6.2.2
1 parent 7dedcd5 commit 07e6a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN git clone ${SOP_OPENPGPJS_REPO} . && \
8383
RUN npm install
8484

8585
# OpenPGP.js V6 Sop
86-
ARG SOP_OPENPGPJS_V2_TAG=v2.0.0-1
86+
ARG SOP_OPENPGPJS_V2_TAG=v2.2.0
8787
WORKDIR /sops/sop-openpgpjs-v2
8888
RUN git clone ${SOP_OPENPGPJS_REPO} . && \
8989
git checkout tags/${SOP_OPENPGPJS_V2_TAG}

0 commit comments

Comments
 (0)