From a3ab925829fc252942568301cfb4c08486b8b9ae Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 6 May 2024 16:25:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f086d49..aa4e55b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make docker run -it --rm -v ${PWD}:/project curlwrappermodule-builder make clean ``` -The bundled Dockerfile creates a module with this version: `libcurl/8.0.1 mbedTLS/2.28.3 zlib/1.2.13` +The bundled Dockerfile creates a module with this version: `libcurl/8.7.1 mbedTLS/2.28.8 zlib/1.3` ## Format the code via docker