From 779b728bb4347709d6be6477077826d6419d9eae Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 19 Dec 2022 19:21:54 +0100 Subject: fix mail addr --- content/2019-10-27-kernel-debugging-qemu/Dockerfile | 2 +- content/2021-12-02-toying-with-virtio/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content') 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 +MAINTAINER Johannes Stoelp 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 +MAINTAINER Johannes Stoelp ARG UID -- cgit v1.2.3