Remove one GmbH in Dockerfiles
@@ -1,6 +1,6 @@
FROM alpine:3.18
-LABEL maintainer "The Infrastructure Company GmbH GmbH <info@servercow.de>"
+LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
ARG PIP_BREAK_SYSTEM_PACKAGES=1
RUN apk upgrade --no-cache \
FROM alpine:3.19
&& apk add --update --no-cache \
WORKDIR /app
@@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
ARG GOSU_VERSION=1.16
FROM debian:bullseye-slim
ARG DEBIAN_FRONTEND=noninteractive
ENV LC_ALL C
ARG CODENAME=bullseye
ARG DEBIAN_VERSION=bullseye
RUN apk add --update --no-cache \
curl \