We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdbdaf commit 3d07b59Copy full SHA for 3d07b59
README.md
@@ -186,7 +186,7 @@ variant is usually a very safe choice. See
186
for more discussion of the issues that might arise and some pro/con comparisons
187
of using Alpine-based images. One common issue that may arise is a missing shared
188
library required for use of `process.dlopen`. To add the missing shared libraries
189
-to your image, adding the [`libc6-compat`](https://pkgs.alpinelinux.org/package/v3.10/main/x86_64/libc6-compat)
+to your image, adding the [`libc6-compat`](https://pkgs.alpinelinux.org/package/edge/main/x86/libc6-compat)
190
package in your Dockerfile is recommended: `apk add --no-cache libc6-compat`
191
192
To minimize image size, it's uncommon for additional related tools
0 commit comments