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

ci(renovate): Add first alpine image package pins & upgrades

parent 3fc365ae
No related branches found
No related tags found
1 merge request!537fix(postfix): Upgrade TLS settings to mozilla recommendations
...@@ -11,8 +11,10 @@ FROM docker.io/library/alpine:3.17.2 ...@@ -11,8 +11,10 @@ FROM docker.io/library/alpine:3.17.2
RUN apk add --no-cache ca-certificates rsyslog supervisor RUN apk add --no-cache ca-certificates rsyslog supervisor
RUN update-ca-certificates RUN update-ca-certificates
# renovate: datasource=repology depName=alpine_3_17/postfix versioning=loose
ENV POSTFIX_VERSION="3.7.4-r0"
RUN apk add --no-cache postfix cyrus-sasl cyrus-sasl-login RUN apk add --no-cache postfix=${POSTFIX_VERSION} cyrus-sasl cyrus-sasl-login
RUN mkdir /var/spool/postfix/etc && echo "smtp 25/tcp mail # Simple Mail Transfer" > /var/spool/postfix/etc/services RUN mkdir /var/spool/postfix/etc && echo "smtp 25/tcp mail # Simple Mail Transfer" > /var/spool/postfix/etc/services
......
...@@ -38,6 +38,13 @@ ...@@ -38,6 +38,13 @@
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "docker" "versioningTemplate": "docker"
},
{
"fileMatch": ["Dockerfile$"],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"(?<currentValue>.*)\"\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
} }
], ],
"packageRules": [ "packageRules": [
......
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