revert CH ver

This commit is contained in:
Yurii Vlasenko 2018-09-22 01:05:12 +03:00
parent 850d58c33b
commit 470b9fe772
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.12.17
ARG version=18.13.0
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \

View File

@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=18.12.17
ARG version=18.13.0
ARG gosu_ver=1.10
RUN apt-get update \