From f63108e5bb4130139be680b0018dd4ae0ab904e8 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 9 Mar 2022 13:34:12 -0300 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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