mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-10-14 16:20:29 -04:00
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
26db53a2db | ||
|
3987cb14f0 | ||
|
ab2312ccab | ||
|
3fc4f2d79d | ||
|
c244fa448f | ||
|
5dc6d2c9f0 | ||
|
dd16b15990 | ||
|
c212124ec2 | ||
|
7af5669337 | ||
|
6a9df9fa56 | ||
|
e8becf9a44 |
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
||||
MAINTAINER Freelock john@freelock.com
|
||||
|
||||
# Build time variables
|
||||
ENV LSMB_VERSION 1.6.25
|
||||
ENV LSMB_VERSION 1.6.33
|
||||
|
||||
|
||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||
|
@@ -3,9 +3,8 @@ Dockerfile for LedgerSMB Docker image
|
||||
|
||||
# Supported tags
|
||||
|
||||
- `1.8` - Preview version for the 1.8 branch
|
||||
- `1.7`, `1.7.x`, `latest` - Latest official release from 1.7 branch
|
||||
- `1.6`, `1.6.x`, `latest` - Latest release tarball from 1.6 branch
|
||||
- `1.7`, `1.7.x` - Latest official release from 1.7 branch
|
||||
- `1.6`, `1.6.x` - Latest release tarball from 1.6 branch
|
||||
- `1.5`, `1.5.x` - Latest release tarball from 1.5 branch
|
||||
- `1.4`, `1.4.x` - Latest tagged release of git 1.4 branch
|
||||
|
||||
|
@@ -28,7 +28,7 @@ services:
|
||||
lsmb:
|
||||
depends_on:
|
||||
- postgres
|
||||
image: ledgersmb/ledgersmb:1.6
|
||||
image: ghcr.io/ledgersmb/ledgersmb:1.6
|
||||
networks:
|
||||
- internal
|
||||
- default
|
||||
|
Reference in New Issue
Block a user