typo
This commit is contained in:
parent
0e5983eb9b
commit
f63108e5bb
1 changed files with 1 additions and 1 deletions
|
@ -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 <f@sutty.nl>"
|
||||
|
||||
RUN apk add --no-cache postfix ca-certificates
|
||||
|
|
Loading…
Reference in a new issue