diff options
-rw-r--r-- | content/2019-10-27-kernel-debugging-qemu/Dockerfile | 2 | ||||
-rw-r--r-- | content/2021-12-02-toying-with-virtio/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/2019-10-27-kernel-debugging-qemu/Dockerfile b/content/2019-10-27-kernel-debugging-qemu/Dockerfile index 214cfbc..9da22f3 100644 --- a/content/2019-10-27-kernel-debugging-qemu/Dockerfile +++ b/content/2019-10-27-kernel-debugging-qemu/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 -MAINTAINER Johannes Stoelp <johannes.stoelp@gmail.edu> +MAINTAINER Johannes Stoelp <johannes.stoelp@gmail.com> RUN apt update \ && DEBIAN_FRONTEND=noninteractive \ 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 |