Skip to content

Commit 3d07b59

Browse files
docs(README): update link
1 parent dbdbdaf commit 3d07b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ variant is usually a very safe choice. See
186186
for more discussion of the issues that might arise and some pro/con comparisons
187187
of using Alpine-based images. One common issue that may arise is a missing shared
188188
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)
189+
to your image, adding the [`libc6-compat`](https://pkgs.alpinelinux.org/package/edge/main/x86/libc6-compat)
190190
package in your Dockerfile is recommended: `apk add --no-cache libc6-compat`
191191

192192
To minimize image size, it's uncommon for additional related tools

0 commit comments

Comments
 (0)