You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible that the script was installed with ca-certificates by default in previous version and it is not the case with the new one. You can fix this by explicitly installing ca-certificate.
RUN apk add ca-certificates && update-ca-certificates
Environment
Expected Behavior
update-ca-certificates
utility should be present and run successfully.Current Behavior
RUN update-ca-certificates
fails with "update-ca-certificates: not found":Possible Solution
Steps to Reproduce
Additional Information
RUN update-ca-certificates
works onnode:18.20.5-alpine3.20
, this regression was introduced innode:18.20.5-alpine3.21
The text was updated successfully, but these errors were encountered: