Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates coming? #410

Open
N6REJ opened this issue Jul 12, 2022 · 4 comments
Open

Updates coming? #410

N6REJ opened this issue Jul 12, 2022 · 4 comments

Comments

@N6REJ
Copy link

N6REJ commented Jul 12, 2022

Looks like its been a few years since anything was updated. Any chance of bringing it current?

@versusbassz
Copy link

Related: #399

@hairmare
Copy link

hairmare commented Aug 8, 2022

This would be nice to have esp. given the fact that the updates to the base image fix quite a few security issues.

@ati90ati
Copy link

I updated Alpine OS on my side for this image by creating a Dockerfile.mailhog with it and adding RUN apk -U upgrade --no-cache in the commands and using this extended image:

FROM mailhog/mailhog
USER root
RUN apk -U upgrade --no-cache
USER mailhog

This is an example how this can be used in docker-compose.yml:

smtp:
  build:
    context: .
    dockerfile: Dockerfile.mailhog
  ports:
    - 1125:1025 # smtp server
    - 8125:8025 # web ui
  command: ["-ui-web-path","mailhog"]

It would be very great if somebody could rebuild the images with newer OS versions 😄

@n1ngu
Copy link

n1ngu commented Apr 11, 2023

Related #442

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants