switch to version 3.2.5

This commit is contained in:
Julien Fastré 2017-01-23 09:45:58 +01:00
parent 641519769b
commit 591c8fb409
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Julien Fastré <julienfastre@cvfe.be> MAINTAINER Julien Fastré <julienfastre@cvfe.be>
ARG version=3.2.4 ARG version=3.2.5
WORKDIR /tmp/build WORKDIR /tmp/build

View file

@ -8,7 +8,7 @@ services:
build: build:
context: . context: .
args: args:
- version=3.2.4 - version=3.2.5
# if you want to use builded image, uncomment next line # if you want to use builded image, uncomment next line
# image: julienfastre/sogo:3.2 # image: julienfastre/sogo:3.2