From: Rafael dos Santos Silva Date: Thu, 1 Jun 2017 15:25:46 +0000 (-0300) Subject: FIX: Show proper version on /VERSION file X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ac9d4dfdad553aa36fed69db2550db7fff08dcdb;p=discourse_docker.git FIX: Show proper version on /VERSION file --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 3d938bc..521bfd6 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -8,7 +8,7 @@ ENV COMPRESS_BROTLI 1 MAINTAINER Sam Saffron "https://twitter.com/samsaffron" -ADD VERSION /VERSION +RUN echo 2.0.`date +%Y%m%d` > /VERSION RUN apt-get update && apt-get install -y lsb-release sudo curl RUN echo "debconf debconf/frontend select Teletype" | debconf-set-selections