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

Commit

Permalink
Bump version in Dockerfile to 0.35.0 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
skolima authored Sep 22, 2021
1 parent 752fe5b commit 0d267f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/SDK3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-bionic
ARG NUKEEPER_VERSION=0.34.0
ARG NUKEEPER_VERSION=0.35.0
RUN dotnet tool install --global NuKeeper --version $NUKEEPER_VERSION
ENV PATH="${PATH}:/root/.dotnet/tools"
ENTRYPOINT ["nukeeper"]
2 changes: 1 addition & 1 deletion Docker/SDK5.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal
ARG NUKEEPER_VERSION=0.34.0
ARG NUKEEPER_VERSION=0.35.0
RUN dotnet tool install --global NuKeeper --version $NUKEEPER_VERSION
ENV PATH="${PATH}:/root/.dotnet/tools"
ENTRYPOINT ["nukeeper"]

0 comments on commit 0d267f3

Please sign in to comment.