Update gosu to 1.16

Change ENV to ARG
Add matchstring line
This commit is contained in:
Peter
2023-01-04 19:10:32 +01:00
parent b3c54ed07a
commit cb098df743
3 changed files with 7 additions and 3 deletions

View File

@@ -3,8 +3,10 @@ LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ARG DEBIAN_FRONTEND=noninteractive
ARG DOVECOT=2.3.19.1
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced
ARG GOSU_VERSION=1.16
ENV LC_ALL C
ENV GOSU_VERSION 1.14
# Add groups and users before installing Dovecot to not break compatibility
RUN groupadd -g 5000 vmail \