Compare commits

..

2 Commits

Author SHA1 Message Date
Erik Huelsmann
98f0902ba5 * Automatic Dockerfile update by release process 2019-09-28 09:30:11 +00:00
Erik Huelsmann
2fb481593f * Automatic Dockerfile update by release process 2019-09-22 22:06:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ FROM debian:stretch-slim
MAINTAINER Freelock john@freelock.com MAINTAINER Freelock john@freelock.com
# Build time variables # Build time variables
ARG LSMB_VERSION="1.7.9" ARG LSMB_VERSION="1.7.0-rc2"
ARG LSMB_DL_DIR="Releases" ARG LSMB_DL_DIR="Beta Releases"
# Install Perl, Tex, Starman, psql client, and all dependencies # Install Perl, Tex, Starman, psql client, and all dependencies
# Without libclass-c3-xs-perl, performance is terribly slow... # Without libclass-c3-xs-perl, performance is terribly slow...

View File

@@ -28,7 +28,7 @@ services:
lsmb: lsmb:
depends_on: depends_on:
- postgres - postgres
image: ledgersmb/ledgersmb:1.7 image: ledgersmb/ledgersmb:1.6
networks: networks:
- internal - internal
- default - default