diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rwxr-xr-x | docker/cgitize.sh | 2 | ||||
-rwxr-xr-x | docker/in_cron.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 2450142..08ac5a5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -28,7 +28,7 @@ RUN pip3 install -q --no-cache-dir --target=/deps -r /tmp/requirements.txt FROM base -LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>" +LABEL maintainer="Egor Tensin <egor@tensin.name>" RUN apk add -q --no-cache bash git openssh-client tini diff --git a/docker/cgitize.sh b/docker/cgitize.sh index be33601..64f8461 100755 --- a/docker/cgitize.sh +++ b/docker/cgitize.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. diff --git a/docker/in_cron.sh b/docker/in_cron.sh index d23ab70..693772b 100755 --- a/docker/in_cron.sh +++ b/docker/in_cron.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2021 Egor Tensin <egor@tensin.name> # This file is part of the "cgitize" project. # For details, see https://github.com/egor-tensin/cgitize. # Distributed under the MIT License. |