diff --git a/Dockerfile b/Dockerfile index b341f46..d009418 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,10 @@ # MailHog Dockerfile # -FROM golang:1.18-alpine as builder +FROM golang:tip-alpine3.22 AS builder # Install MailHog: -RUN apk --no-cache add --virtual build-dependencies \ - git \ +RUN apk --no-cache add --virtual build-dependencies git \ && mkdir -p /root/gocode \ && export GOPATH=/root/gocode \ && go install github.com/mailhog/MailHog@latest