asoul-sig / asouldocs

ASoulDocs is a stupid web server for multilingual documentation
https://asouldocs.dev
MIT License
1.37k stars 157 forks source link

Update alpine, golang, gosu, gotask to latest versions #151

Closed rhalff closed 9 months ago

rhalff commented 9 months ago

Describe the pull request

Updating alpine, golang, gosu and gotask.

My initial problem is ca-certficates not being up to date so a checkout from a git repository using letsencrypt is failing:

2023/11/11 23:37:59 [ INFO] ASoulDocs 1.0.0+dev
2023/11/11 23:37:59 [TRACE] Reloading https://repos.fbpx.io/chix/docs.git...
2023/11/11 23:37:59 [TRACE] Cloning https://repos.fbpx.io/chix/docs.git...
2023/11/11 23:37:59 [FATAL] [...ig/asouldocs/internal/cmd/web.go:47 runWeb()] Failed to init store: reload: clone "https://repos.fbpx.io/chix/docs.git": exit status 128 - Cloning into 'data/docs'...
fatal: unable to access 'https://repos.fbpx.io/chix/docs.git/': SSL certificate problem: self signed certificate

For reference:

Docker Golang Alpine Image: https://hub.docker.com/_/golang/tags?page=1&name=alpine

Gotask releases: https://github.com/go-task/task/releases

Gosu releases: https://github.com/tianon/gosu/releases

Link to the issue:

Checklist

rhalff commented 9 months ago

Closing, the update is not solving my problem.