Skip to content

Commit

Permalink
Merge pull request #17 from haidelber/master
Browse files Browse the repository at this point in the history
Version updates
  • Loading branch information
calexandre authored Jul 1, 2020
2 parents a6287b5 + 9c41897 commit 83e1919
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.100
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.301

# Dockerfile meta-information
LABEL maintainer="NOS Inovação S.A." \
app_name="dotnet-sonar"

# Reviewing this choices
ENV SONAR_SCANNER_MSBUILD_VERSION=4.8.0.12008 \
DOTNETCORE_SDK=3.1.100 \
DOTNETCORE_RUNTIME=3.1.0 \
ENV SONAR_SCANNER_MSBUILD_VERSION=4.10.0.19059 \
DOTNETCORE_SDK=3.1.301 \
DOTNETCORE_RUNTIME=3.1.5 \
DOCKER_VERSION=5:19.03.2~3-0~debian-buster \
CONTAINERD_VERSION=1.2.6-3

Expand Down Expand Up @@ -35,7 +35,7 @@ RUN apt-get install -y \
containerd.io=$CONTAINERD_VERSION

# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y \
nodejs \
autoconf \
Expand Down

0 comments on commit 83e1919

Please sign in to comment.