~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to Dockerfile

  • Committer: Dan Garner
  • Date: 2018-02-21 08:19:10 UTC
  • mto: This revision was merged to the branch mainline in revision 616.
  • Revision ID: git-v1:a10ef5e61ec3fafdde630090b59cc884ae092007
Bump Dockerfile to DB Version 137

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
# Setup persistent environment variables
96
96
ENV CMS_DEV_MODE=false \
97
97
    XMR_HOST=xmr \
98
 
    CMS_DB_VERSION=136 \
 
98
    CMS_DB_VERSION=137 \
99
99
    CMS_SERVER_NAME=localhost \
100
100
    MYSQL_HOST=mysql \
101
101
    MYSQL_USER=cms \