switch to version 3.2
This commit is contained in:
parent
c00508354f
commit
88d083600e
|
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||||
|
|
||||||
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
||||||
|
|
||||||
ARG version=3.1.5
|
ARG version=3.2.0
|
||||||
|
|
||||||
WORKDIR /tmp/build
|
WORKDIR /tmp/build
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,10 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- version=3.1.5
|
- version=3.2.0
|
||||||
|
|
||||||
# if you want to use builded image, uncomment next line
|
# if you want to use builded image, uncomment next line
|
||||||
# image: julienfastre/sogo:3.1
|
# image: julienfastre/sogo:3.2
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
|
|
Loading…
Reference in a new issue