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