Skip to content

Commit

Permalink
fix(docker): Bump alpine base to 3.18 to try to resolve dns issues #88
Browse files Browse the repository at this point in the history
DNS issues could be result of musl's lack of dns over tcp for large/frequent queries

https://bell-sw.com/blog/how-to-deal-with-alpine-dns-issues/
nodejs/node#15780 (comment)

alpine 3.18 includes support for dns over tcp in musl
  • Loading branch information
FoxxMD committed Jul 24, 2023
1 parent fbea08d commit fff3a61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ config/*.bak
.flatpak-builder
flatpak/generated-sources.json
flatpak/.flatpak-builder
docsite/build
docsite/node_modules
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.17 as base
FROM lsiobase/alpine:3.18 as base

ENV TZ=Etc/GMT

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fff3a61

Please sign in to comment.