From 05dad7ade57f988cc03ed65cd6c851229ea5911b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Sat, 16 Sep 2023 12:02:26 -0300 Subject: [PATCH] consertando url --- ASP.NET/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 && \