Browse Source
Update Dockerfile
Upgrade to use ruby 2.7.2
Upgrade to use mailcatcher 0.7.1
pull/131/head
iqre8
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
mailcatcher/Dockerfile
|
|
@ -1,4 +1,4 @@ |
|
|
|
FROM ruby:2.4-alpine3.6 |
|
|
|
FROM ruby:2.7.2-alpine |
|
|
|
|
|
|
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
|
|
|
|
@ -9,7 +9,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 --no-document \ |
|
|
|
&& apk del .build-deps |
|
|
|
|
|
|
|
# smtp port |
|
|
|