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" ]