From: Kai Moritz Date: Thu, 2 Feb 2023 21:02:55 +0000 (+0100) Subject: Upgraded Ubuntu 21.04 -> 22.04 (LTS) X-Git-Tag: fortune-1.0.0~1 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=6945c04a3d02ccd51c215ce2a802c90b5eaee5e2;p=demos%2Fkafka%2Fwordcount Upgraded Ubuntu 21.04 -> 22.04 (LTS) --- diff --git a/Dockerfile b/Dockerfile index fd3d7d1..2e10c44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:21.04 +FROM ubuntu:22.04 RUN apt-get update && apt-get install -y fortune fortunes-mario fortunes-off fortunes-spam fortunes-ubuntu-server fortunes-debian-hints fortunes-de fortune-anarchism httpie && apt-get clean && rm -rvf /var/lib/apt/lists/* RUN date > builddate.txt