Skip to content

Commit

Permalink
Reverting PluginBuilder.Dockerfile to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstardev committed Sep 28, 2024
1 parent f40d1f2 commit 67f502e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PluginBuilder/PluginBuilder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0
FROM mcr.microsoft.com/dotnet/sdk:8.0

RUN apt-get update && apt-get install -y git jq openssh-client && rm -rf /var/lib/apt/lists/*

Expand All @@ -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.11.7 --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 67f502e

Please sign in to comment.