diff --git a/Dockerfile b/Dockerfile index 31c6c74..7385a8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN postconf -e smtpd_client_connection_rate_limit=10 ARG ALPINE_VERSION=3.13.6 ARG BASE_IMAGE=sutty/monit -FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build +FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f " RUN apk add --no-cache postfix ca-certificates