Release 3.0.3 - See CHANGELOG.md

This commit is contained in:
Dave Conroy 2021-11-15 11:15:27 -08:00
parent 1b7ee1637e
commit 5ce69efd05
3 changed files with 9 additions and 4 deletions

View file

@ -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>
### Changed

View file

@ -1,7 +1,7 @@
FROM docker.io/tiredofit/alpine:3.14
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_CONFIG_ROOT=/app/config/ \
CONTAINER_ENABLE_MESSAGING=FALSE \
@ -17,6 +17,7 @@ RUN set -x && \
build-base \
git \
mariadb-dev \
nodejs \
ruby-dev \
&& \
\
@ -24,14 +25,13 @@ RUN set -x && \
expect \
fail2ban \
gawk \
nodejs \
mariadb-client \
mariadb-connector-c \
openssl \
ruby \
ruby-bigdecimal \
ruby-io-console \
ruby-etc \
ruby-io-console \
&& \
\
gem install bundler -v 1.17.2 && \

View file

@ -150,4 +150,3 @@ networks:
external: true
services:
external: true