diff --git a/Dockerfile b/Dockerfile index 69c2f0e..3dd021a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 MAINTAINER Julien Fastré -ARG version=3.1.5 +ARG version=3.2.0 WORKDIR /tmp/build diff --git a/docker-compose.yml b/docker-compose.yml index 4434e13..ad8a73f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,10 @@ services: build: context: . args: - - version=3.1.5 + - version=3.2.0 # if you want to use builded image, uncomment next line -# image: julienfastre/sogo:3.1 +# image: julienfastre/sogo:3.2 links: - db