Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Docker for 0.28.0 NuKeeper release (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
skolima committed May 6, 2020
1 parent 611328e commit 6ab8956
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Docker/SDK2.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.1-sdk
RUN dotnet tool install --global NuKeeper --version 0.26.1
FROM mcr.microsoft.com/dotnet/core/sdk:2.1
RUN dotnet tool install --global NuKeeper --version 0.28.0
ENV PATH="${PATH}:/root/.dotnet/tools"
ENTRYPOINT ["nukeeper"]
4 changes: 0 additions & 4 deletions Docker/SDK2.2/Dockerfile

This file was deleted.

4 changes: 4 additions & 0 deletions Docker/SDK3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-bionic
RUN dotnet tool install --global NuKeeper --version 0.28.0
ENV PATH="${PATH}:/root/.dotnet/tools"
ENTRYPOINT ["nukeeper"]

0 comments on commit 6ab8956

Please sign in to comment.