diff --git a/ASP.NET/Dockerfile b/ASP.NET/Dockerfile index b1d57a5..eed04b1 100644 --- a/ASP.NET/Dockerfile +++ b/ASP.NET/Dockerfile @@ -12,9 +12,9 @@ RUN dotnet restore RUN dotnet build -c Release -o out RUN cd out && \ - wget https://files.ivanch.me/api/public/dl/Dj0gkp-m/small-image.png && \ - wget https://files.ivanch.me/api/public/dl/FqHEPM1Q/big-image.png && \ - wget https://files.ivanch.me/api/public/dl/nTAYqZwD/video.mp4 && \ + wget https://files.ivanch.me/api/public/dl/iFuXSNhw/small-image.png && \ + wget https://files.ivanch.me/api/public/dl/81Bkht5C/big-image.png && \ + wget https://files.ivanch.me/api/public/dl/nAndfAjK/video.mp4 && \ rm -rf runtimes && \ mkdir -p ./static && \ mv small-image.png ./static && \