Update to 0.7.1

This commit is contained in:
Jaysen Nuttall 2020-12-02 20:53:09 -07:00
commit a18ef6d110

View file

@ -1,4 +1,4 @@
FROM ruby:2.3.8-alpine3.8
FROM ruby:2.7.2-alpine3.12
RUN set -xe \
&& apk add --no-cache \
@ -7,7 +7,7 @@ RUN set -xe \
&& apk add --no-cache --virtual .build-deps \
build-base \
sqlite-dev \
&& gem install mailcatcher -v 0.6.5 --no-ri --no-rdoc \
&& gem install mailcatcher -v 0.7.1 \
&& apk del .build-deps
# smtp port