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
Yes, we can fix it by changing just one line.
We have 2 layer;
First one build go static binary
Second one copy from the first stage and execute binary and we don't need alpine to execute binary so we can remove alpine image from second stage
Compiled
password-server
doesn't needalpine
image to runTo fix this we can remove
alpine
image and replace withscratch
imageThe text was updated successfully, but these errors were encountered: