Skip to content

Commit

Permalink
fix: Revert RPN version
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Aug 17, 2023
1 parent dc8529f commit e2f8ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ENV RNP_DIR=/rnp

RUN mkdir ${RNP_DIR}

ARG RNP_VESION="v0.17.0"
ARG RNP_VESION="v0.16.2"

RUN git clone https://github.com/rnpgp/rnp.git -b ${RNP_VESION} ${RNP_DIR}

Expand Down

0 comments on commit e2f8ee8

Please sign in to comment.