Skip to content

Commit

Permalink
fixed minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPercoco committed Nov 25, 2024
1 parent 945fc29 commit d2956a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit d2956a1

Please sign in to comment.