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> ## 3.0.2 2021-10-06 <dave at tiredofit dot ca>
### Changed ### Changed

View file

@ -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 && \

View file

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