curl / curl-docker

official docker image for curl
https://curl.se
Other
167 stars 67 forks source link

Remove redundant apk update #45

Closed J0WI closed 1 year ago

J0WI commented 3 years ago

Doing upgrades is not recommend, just use a newer base image. apk update is redudant when using --no-cache. Pulling packages from edge in a stable release is bad. This could result in conflicting binaries or libraries at any time. Maybe you just want to use FROM alpine:edge?

xquery commented 1 year ago

this will be addressed when we go to v2.0.0 of curl-docker (soonish)