From 504f35c2637709dc9c3e42116f34dce86908610b Mon Sep 17 00:00:00 2001 From: rrrrafael Date: Wed, 18 Dec 2024 14:20:16 +0100 Subject: [PATCH] Bump Alpine Linux docker image to 3.21.0 The docker image version 3.19 ships ships with openssl 3.1.7-r0 which is vulnerable to CVE-2024-9143. Alpine Linux docker image vesion 3.21.0 ships instead with a patched openssl version 3.3.2-r4 --- resources/lab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lab/README.md b/resources/lab/README.md index 73a7217..44db100 100644 --- a/resources/lab/README.md +++ b/resources/lab/README.md @@ -70,7 +70,7 @@ The following tasks should be executed on the student's physical machine: ### Meritorious ("VG") The following tasks should be executed in the student's Ubuntu environment (physical or virtual): -- Create Dockerfile based on Alpine Linux version 3.19 for lab application and its dependencies: +- Create Dockerfile based on Alpine Linux version 3.21.0 for lab application and its dependencies: - ["FIGlet" executable/package](http://www.figlet.org/) - Python 3 libraries/modules and their dependencies: - Flask version 3.0.0