curl-http3
curl-http3 copied to clipboard
Optimze the dockerfiles
This pull request do following updates:
- Switch the base image from a Debian-based image to an Alpine-based image, simplifying the build process and reducing the image size to about 50%. (180M -> 99M)
- Get the latest tag from the github api, update will no need to modify code anymore. May set a cronjob to do auto update?