From 6945c04a3d02ccd51c215ce2a802c90b5eaee5e2 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 2 Feb 2023 22:02:55 +0100 Subject: [PATCH] Upgraded Ubuntu 21.04 -> 22.04 (LTS) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1