Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl authored Dec 8, 2018
1 parent 67bf4f5 commit 75bb890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM microsoft/dotnet:2.2.100-sdk

ENV SONAR_SCANNER_MSBUILD_VERSION 4.4.2.1543
ENV DOCKER_VERSION 18.06.1~ce~3-0~debian # reviewing this choice

# reviewing this choice
ENV DOCKER_VERSION 18.06.1~ce~3-0~debian
# Install Java 8
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y openjdk-8-jre

Expand Down

0 comments on commit 75bb890

Please sign in to comment.