Skip to content

Commit

Permalink
Fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplicitdk committed Jul 11, 2022
1 parent ed647c7 commit 2184f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 2184f0f

Please sign in to comment.