Release 2.1.1 - See CHANGELOG.md

This commit is contained in:
Dave Conroy 2020-06-15 10:48:40 -07:00
parent 15dded5b7c
commit a1807b4ec3
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 2.1.1 2020-06-15 <dave at tiredofit dot ca>
### Added
- Change Base image
## 2.1.0 2020-06-09 <dave at tiredofit dot ca>
### Added

View file

@ -1,4 +1,4 @@
FROM registry.selfdesign.org/docker/ruby/2.6/alpine:latest
FROM tiredofit/ruby:2.6-alpine
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
ENV POSTAL_CONFIG_ROOT=/app/config \