Update to 0.7.1
This commit is contained in:
parent
936d376a96
commit
a18ef6d110
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.3.8-alpine3.8
|
FROM ruby:2.7.2-alpine3.12
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
|
|
@ -7,7 +7,7 @@ RUN set -xe \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
build-base \
|
build-base \
|
||||||
sqlite-dev \
|
sqlite-dev \
|
||||||
&& gem install mailcatcher -v 0.6.5 --no-ri --no-rdoc \
|
&& gem install mailcatcher -v 0.7.1 \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
# smtp port
|
# smtp port
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue