Skip to content

Commit

Permalink
bump pluginpacker
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jun 21, 2024
1 parent ee3f4c5 commit cd2a38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PluginBuilder/PluginBuilder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER dotnet

WORKDIR /build-tools
ENV PLUGIN_PACKER_VERSION=https://github.com/btcpayserver/btcpayserver
RUN git clone --depth 1 -b v1.13.2 --single-branch https://github.com/btcpayserver/btcpayserver && \
RUN git clone --depth 1 -b v1.13.x --single-branch https://github.com/btcpayserver/btcpayserver && \
cd btcpayserver/BTCPayServer.PluginPacker && \
dotnet build -c Release -o "/build-tools/PluginPacker" && \
rm -rf /build-tools/btcpayserver
Expand Down

0 comments on commit cd2a38b

Please sign in to comment.