mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 00:00:29 -04:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2fb481593f |
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
|
||||
MAINTAINER Freelock john@freelock.com
|
||||
|
||||
# Build time variables
|
||||
ARG LSMB_VERSION="1.7.7"
|
||||
ARG LSMB_DL_DIR="Releases"
|
||||
ARG LSMB_VERSION="1.7.0-rc1"
|
||||
ARG LSMB_DL_DIR="Beta Releases"
|
||||
|
||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||
# Without libclass-c3-xs-perl, performance is terribly slow...
|
||||
|
@@ -28,7 +28,7 @@ services:
|
||||
lsmb:
|
||||
depends_on:
|
||||
- postgres
|
||||
image: ledgersmb/ledgersmb:1.7
|
||||
image: ledgersmb/ledgersmb:1.6
|
||||
networks:
|
||||
- internal
|
||||
- default
|
||||
|
Reference in New Issue
Block a user