diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-19 19:21:54 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-19 19:21:54 +0100 |
commit | 779b728bb4347709d6be6477077826d6419d9eae (patch) | |
tree | 221a9bc5cfd7631274a207524d031043786244fd /content/2021-12-02-toying-with-virtio/Dockerfile | |
parent | 1c123a75e9b17858b783fbc6533417bdfa9794eb (diff) | |
download | blog-779b728bb4347709d6be6477077826d6419d9eae.tar.gz blog-779b728bb4347709d6be6477077826d6419d9eae.zip |
fix mail addr
Diffstat (limited to 'content/2021-12-02-toying-with-virtio/Dockerfile')
-rw-r--r-- | content/2021-12-02-toying-with-virtio/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2021-12-02-toying-with-virtio/Dockerfile b/content/2021-12-02-toying-with-virtio/Dockerfile index f892fef..8447fe5 100644 --- a/content/2021-12-02-toying-with-virtio/Dockerfile +++ b/content/2021-12-02-toying-with-virtio/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 -MAINTAINER Johannes Stoelp <johannes.stoelp@gmail.edu> +MAINTAINER Johannes Stoelp <johannes.stoelp@gmail.com> ARG UID |