Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
ba8de3cf
Verified
Commit
ba8de3cf
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(postfix): Drop version pinning for postfix
parent
5de3a1cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
images/postfix/Dockerfile
+1
-4
1 addition, 4 deletions
images/postfix/Dockerfile
with
1 addition
and
4 deletions
images/postfix/Dockerfile
+
1
−
4
View file @
ba8de3cf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment