From: Sam Date: Mon, 23 May 2016 09:00:36 +0000 (+1000) Subject: bump version X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=955d360c6d016a601134f0fbe992a9dda19c854d;p=discourse_docker.git bump version --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index eaa6d09..f369e26 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -8,7 +8,7 @@ ENV PG_VERSION 9.5.3-1.pgdg16.04+1 MAINTAINER Sam Saffron "https://twitter.com/samsaffron" -RUN echo "1.3.2" > /VERSION +RUN echo "1.3.3" > /VERSION RUN apt-get update && apt-get install -y lsb-release sudo curl RUN echo "debconf debconf/frontend select Teletype" | debconf-set-selections