From 2184f0fe97061beb369101eff5f2109842c6f014 Mon Sep 17 00:00:00 2001 From: Jasper Arildslund Date: Mon, 11 Jul 2022 10:41:03 +0200 Subject: [PATCH] Fixing release --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3aaf8e..31de9aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ LABEL com.github.actions.description="A Github action that updates Favro cards" LABEL com.github.actions.icon="sliders" LABEL com.github.actions.color="purple" -RUN wget https://github.com/mvno/favro-updater/releases/download/v0.0.8/FavroUpdater.Console.0.0.8.zip \ -&& unzip FavroUpdater.Console.0.0.8.zip -d . \ -&& rm FavroUpdater.Console.0.0.8.zip +RUN wget https://github.com/mvno/favro-updater/releases/download/v0.0.10/FavroUpdater.Console.0.0.10.zip \ +&& unzip FavroUpdater.Console.0.0.10.zip -d . \ +&& rm FavroUpdater.Console.0.0.10.zip ENTRYPOINT [ "dotnet", "/FavroUpdater.Console.dll" ]