Skip to content
Snippets Groups Projects
Verified Commit ba8de3cf authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(postfix): Drop version pinning for postfix

parent 5de3a1cd
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,7 @@ FROM docker.io/library/alpine:3.17.3
RUN apk add --no-cache ca-certificates rsyslog supervisor
RUN update-ca-certificates
# renovate: datasource=repology depName=alpine_3_17/postfix versioning=loose
ENV POSTFIX_VERSION="3.7.6-r0"
RUN apk add --no-cache postfix=${POSTFIX_VERSION} cyrus-sasl cyrus-sasl-login
RUN apk add --no-cache postfix cyrus-sasl cyrus-sasl-login
RUN mkdir /var/spool/postfix/etc && echo "smtp 25/tcp mail # Simple Mail Transfer" > /var/spool/postfix/etc/services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment