From 4826b38e12bdae8c32f52f5e66ea5c00bcbf2459 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:44:17 +0100 Subject: [PATCH] docs: remove reference to EOL Alpine 3.18 --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8323d3083..2db9bbce4 100644 --- a/README.md +++ b/README.md @@ -189,10 +189,6 @@ of using Alpine-based images. One common issue that may arise is a missing shared library required for use of `process.dlopen`. To add the missing shared libraries to your image: -- For Alpine v3.18 and earlier, adding the -[`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.18/main/x86/libc6-compat) -package in your Dockerfile is recommended: `apk add --no-cache libc6-compat` - - Starting from Alpine v3.19, you can use the [`gcompat`](https://pkgs.alpinelinux.org/package/v3.19/main/x86/gcompat) package to add the missing shared libraries: `apk add --no-cache gcompat`