1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-12 10:36:01 +00:00

Fix renovate.json to allow version extracts

This commit is contained in:
Peter
2023-10-02 20:22:08 +02:00
parent c55c38f77b
commit ed365c35e7
5 changed files with 11 additions and 11 deletions

View File

@@ -2,9 +2,9 @@ FROM debian:bullseye-slim
LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
ARG DEBIAN_FRONTEND=noninteractive
# renovate: datasource=github-tags depName=dovecot/core versioning=semver-coerced
# renovate: datasource=github-tags depName=dovecot/core versioning=semver-coerced extractVersion=^v(?<version>.*)$
ARG DOVECOT=2.3.20
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^v(?<version>.*)$
ARG GOSU_VERSION=1.16
ENV LC_ALL C