switch to 2.3.15
This commit is contained in:
parent
8e59be23bf
commit
28298a7c9e
|
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||||
|
|
||||||
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
||||||
|
|
||||||
ARG version=2.3.14
|
ARG version=2.3.15
|
||||||
|
|
||||||
WORKDIR /tmp/build
|
WORKDIR /tmp/build
|
||||||
|
|
||||||
|
|
|
@ -48,9 +48,9 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
version: 2.2.13
|
version: 2.3.15
|
||||||
# if you prefer using an image (not created yet)
|
# if you prefer using a pre-built image
|
||||||
# image: julienfastre/sogo:3.1
|
# image: julienfastre/sogo:2.3
|
||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue