From 058b79ed5c7029bb0927f3265bd467f0dfbf4a45 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Mon, 5 Feb 2024 15:57:44 +0100 Subject: [PATCH] dovecot: corrected dockerfile inside nightly --- data/Dockerfiles/dovecot/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/Dockerfiles/dovecot/Dockerfile b/data/Dockerfiles/dovecot/Dockerfile index a3bdc8472..20831fab2 100644 --- a/data/Dockerfiles/dovecot/Dockerfile +++ b/data/Dockerfiles/dovecot/Dockerfile @@ -3,8 +3,6 @@ LABEL maintainer "The Infrastructure Company GmbH GmbH " # renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?.*)$ ARG GOSU_VERSION=1.16 -ARG DOVECOT_VERSION=2.3.20 -ARG PIGEONHOLE_VERSION=0.5.20 ENV LC_ALL C @@ -27,7 +25,6 @@ RUN addgroup -g 5000 vmail \ curl \ jq \ lua \ - lua-json \ lua-cjson \ lua-socket \ lua-sql-mysql \