aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-12 21:29:42 +0100
committerEgor Tensin <egor@tensin.name>2023-12-12 21:29:42 +0100
commit82c5f204346def706fdc7ee28a8e2570fb880369 (patch)
treeec0f23da17c5449daab2fd1c0f8bba659687ebf6 /Dockerfile
parentrationale.md: add a foreword (diff)
downloadcimple-82c5f204346def706fdc7ee28a8e2570fb880369.tar.gz
cimple-82c5f204346def706fdc7ee28a8e2570fb880369.zip
switch to egor@tensin.name
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6f7de1d..c402929 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ RUN cd -- "$src_dir" && \
FROM base
-LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>"
+LABEL maintainer="Egor Tensin <egor@tensin.name>"
RUN runtime_deps='json-c libgit2 libsodium sqlite tini' && \
apk add -q --no-cache $runtime_deps