@@ -167,15 +167,15 @@ need to install, thus reducing the overall size of all images on your system.
167167### ` node:alpine `  
168168
169169This image is based on the popular
170- [ Alpine Linux project] ( http ://alpinelinux.org) , available in
170+ [ Alpine Linux project] ( https ://alpinelinux.org) , available in
171171[ the ` alpine `  official image] ( https://hub.docker.com/_/alpine ) . Alpine Linux is
172172much smaller than most distribution base images (~ 5MB), and thus leads to much
173173slimmer images in general.
174174
175175This variant is highly recommended when final image size being as small as
176176possible is desired. The main caveat to note is that it does use
177- [ musl libc] ( http ://www.musl-libc.org)  instead of
178- [ glibc and friends] ( http ://www.etalabs.net/compare_libcs.html) , so certain
177+ [ musl libc] ( https ://www.musl-libc.org)  instead of
178+ [ glibc and friends] ( https ://www.etalabs.net/compare_libcs.html) , so certain
179179software might run into issues depending on the depth of their libc
180180requirements. However, most software doesn't have an issue with this, so this
181181variant is usually a very safe choice. See
@@ -205,19 +205,19 @@ To make the image size even smaller, you can [bundle without npm/yarn](./docs/Be
205205### ` node:bullseye `  
206206
207207This image is based on version 11 of
208- [ Debian] ( http ://debian.org) , available in
208+ [ Debian] ( https ://debian.org) , available in
209209[ the ` debian `  official image] ( https://hub.docker.com/_/debian ) .
210210
211211### ` node:bookworm `  
212212
213213This image is based on version 12 of
214- [ Debian] ( http ://debian.org) , available in
214+ [ Debian] ( https ://debian.org) , available in
215215[ the ` debian `  official image] ( https://hub.docker.com/_/debian ) .
216216
217217### ` node:trixie `  
218218
219219This image is based on version 13 of
220- [ Debian] ( http ://debian.org) , available in
220+ [ Debian] ( https ://debian.org) , available in
221221[ the ` debian `  official image] ( https://hub.docker.com/_/debian ) .
222222
223223### ` node:slim `  
0 commit comments