Update Dockerfile

This commit is contained in:
alexey-milovidov 2022-01-03 02:45:46 +03:00 committed by GitHub
parent 3333c36df3
commit 57926cf366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ FROM mcr.microsoft.com/dotnet/sdk:3.1
WORKDIR /client
COPY *.cs *.csproj /client/
ARG VERSION=3.1.0.379
ARG VERSION=4.1.0
RUN dotnet add package ClickHouse.Client -v ${VERSION}
RUN dotnet run