mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 08:10:30 -04:00
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6122921674 | ||
|
db957f3880 | ||
|
7e059e5dc1 | ||
|
421c153249 | ||
|
1f40452e92 | ||
|
98c38f998a | ||
|
6d3b30720c | ||
|
aa66d87e15 | ||
|
e06638b048 | ||
|
d71609cae1 | ||
|
8bc4fd8583 |
@@ -2,8 +2,8 @@ FROM debian:stretch-slim
|
||||
MAINTAINER Freelock john@freelock.com
|
||||
|
||||
# Build time variables
|
||||
ARG LSMB_VERSION="1.7.0-rc1"
|
||||
ARG LSMB_DL_DIR="Beta Releases"
|
||||
ARG LSMB_VERSION="1.7.8"
|
||||
ARG LSMB_DL_DIR="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.6
|
||||
image: ledgersmb/ledgersmb:1.7
|
||||
networks:
|
||||
- internal
|
||||
- default
|
||||
|
Reference in New Issue
Block a user