Skip to content

Commit 4826b38

Browse files
committed
docs: remove reference to EOL Alpine 3.18
1 parent bcdac65 commit 4826b38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ of using Alpine-based images.
189189
One common issue that may arise is a missing shared library required for use of
190190
`process.dlopen`. To add the missing shared libraries to your image:
191191

192-
- For Alpine v3.18 and earlier, adding the
193-
[`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.18/main/x86/libc6-compat)
194-
package in your Dockerfile is recommended: `apk add --no-cache libc6-compat`
195-
196192
- Starting from Alpine v3.19, you can use the
197193
[`gcompat`](https://pkgs.alpinelinux.org/package/v3.19/main/x86/gcompat) package
198194
to add the missing shared libraries: `apk add --no-cache gcompat`

0 commit comments

Comments
 (0)