From d2956a1792fc41d75e1bf107ab5061abd9ec3e10 Mon Sep 17 00:00:00 2001 From: Marcello Percoco <114474556+MarcelloPercoco@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:37:33 +0100 Subject: [PATCH] fixed minor update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a830e59..abb76ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ ARG ALPINE_VERSION=3.20 -ENV ST_SMTP_LISTEN=0.0.0.0:2525 - FROM golang:alpine${ALPINE_VERSION} AS builder RUN apk update \ @@ -23,6 +21,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build \ FROM alpine:${ALPINE_VERSION} +ENV ST_SMTP_LISTEN=0.0.0.0:2525 + RUN apk update \ && apk upgrade --no-cache \ && apk add --no-cache ca-certificates mailcap