Skip to content

Commit

Permalink
Merge pull request #102 from flant/fix_clickhouse_version
Browse files Browse the repository at this point in the history
Fix clickhouse version to 18.10.3, 2018-08-13
  • Loading branch information
diafour committed Sep 24, 2018
2 parents 483d580 + 4ed1bf9 commit fe864ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/clickhouse/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:16.04

ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=\*
ARG version=18.10.3

RUN apt-get update && \
apt-get install -y apt-transport-https tzdata && \
Expand Down

0 comments on commit fe864ce

Please sign in to comment.