1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

Merge branch 'master' of github.com:vimagick/dockerfiles

This commit is contained in:
kev 2018-12-30 09:16:37 +08:00
commit d6d3fec6e1
4 changed files with 5 additions and 5 deletions

@ -7,7 +7,7 @@ odoo
```yaml
odoo:
image: odoo:11.0
image: odoo:12
ports:
- "8069:8069"
volumes:

@ -1,5 +1,5 @@
odoo:
image: odoo:11.0
image: odoo:12.0
ports:
- "8069:8069"
volumes:
@ -10,7 +10,7 @@ odoo:
restart: always
postgres:
image: postgres:9-alpine
image: postgres:11-alpine
volumes:
- ./data/postgres:/var/lib/postgresql/data
environment:

@ -5,7 +5,7 @@
FROM java:8-jre-alpine
MAINTAINER kev <noreply@easypi.pro>
ENV PRESTO_VERSION 0.208
ENV PRESTO_VERSION 0.215
ENV PRESTO_URL https://repo1.maven.org/maven2/com/facebook/presto/presto-server/$PRESTO_VERSION/presto-server-$PRESTO_VERSION.tar.gz
ENV PRESTO_HOME /opt/presto-server

@ -6,7 +6,7 @@ FROM resin/rpi-raspbian:stretch
MAINTAINER EasyPi Software Foundation
# Superset version
ARG SUPERSET_VERSION=0.26.3
ARG SUPERSET_VERSION=0.28.1
# Configure environment
ENV LANG=C.UTF-8 \