mirror of
https://github.com/tiredofit/docker-postal.git
synced 2025-09-09 05:54:18 +08:00
Release 3.0.3 - See CHANGELOG.md
This commit is contained in:
parent
1b7ee1637e
commit
5ce69efd05
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
## 3.0.3 2021-11-15 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Postal 2.1.0
|
||||||
|
|
||||||
|
|
||||||
## 3.0.2 2021-10-06 <dave at tiredofit dot ca>
|
## 3.0.2 2021-10-06 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM docker.io/tiredofit/alpine:3.14
|
FROM docker.io/tiredofit/alpine:3.14
|
||||||
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
|
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
|
||||||
|
|
||||||
ENV POSTAL_VERSION=master \
|
ENV POSTAL_VERSION=2.1.0 \
|
||||||
POSTAL_REPO_URL=https://github.com/postalhq/postal \
|
POSTAL_REPO_URL=https://github.com/postalhq/postal \
|
||||||
POSTAL_CONFIG_ROOT=/app/config/ \
|
POSTAL_CONFIG_ROOT=/app/config/ \
|
||||||
CONTAINER_ENABLE_MESSAGING=FALSE \
|
CONTAINER_ENABLE_MESSAGING=FALSE \
|
||||||
|
@ -17,6 +17,7 @@ RUN set -x && \
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
mariadb-dev \
|
mariadb-dev \
|
||||||
|
nodejs \
|
||||||
ruby-dev \
|
ruby-dev \
|
||||||
&& \
|
&& \
|
||||||
\
|
\
|
||||||
|
@ -24,14 +25,13 @@ RUN set -x && \
|
||||||
expect \
|
expect \
|
||||||
fail2ban \
|
fail2ban \
|
||||||
gawk \
|
gawk \
|
||||||
nodejs \
|
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
mariadb-connector-c \
|
mariadb-connector-c \
|
||||||
openssl \
|
openssl \
|
||||||
ruby \
|
ruby \
|
||||||
ruby-bigdecimal \
|
ruby-bigdecimal \
|
||||||
ruby-io-console \
|
|
||||||
ruby-etc \
|
ruby-etc \
|
||||||
|
ruby-io-console \
|
||||||
&& \
|
&& \
|
||||||
\
|
\
|
||||||
gem install bundler -v 1.17.2 && \
|
gem install bundler -v 1.17.2 && \
|
||||||
|
|
|
@ -150,4 +150,3 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue