mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update Dockerfile
This commit is contained in:
parent
3333c36df3
commit
57926cf366
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user