diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-12 21:29:42 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-12 21:29:42 +0100 |
commit | 82c5f204346def706fdc7ee28a8e2570fb880369 (patch) | |
tree | ec0f23da17c5449daab2fd1c0f8bba659687ebf6 /Dockerfile | |
parent | rationale.md: add a foreword (diff) | |
download | cimple-82c5f204346def706fdc7ee28a8e2570fb880369.tar.gz cimple-82c5f204346def706fdc7ee28a8e2570fb880369.zip |
switch to egor@tensin.name
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |