diff --git a/base/Dockerfile b/base/Dockerfile index dcd0aaf..d72128b 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -132,7 +132,7 @@ RUN openssl req -new -nodes -newkey rsa:2048 -subj "/commonName=localhost.locald # install Go app for MailHog RUN dnf install -y golang \ - && go install github.com/mailhog/MailHog@v1.0.1 + && go install github.com/mailhog/MailHog@v1.1.0-beta1