i2p / i2p.i2p

I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
https://geti2p.net
Other
2k stars 309 forks source link

Changed baseimage to allow for multiarch build (specifically arm64) #38

Closed jeanluc162 closed 1 year ago

jackbritchford commented 1 year ago

I created a similar PR to update the version of the base image but it's from Dockerhub Could you pin the version of alpine you're using to prevent issues builds pulling 'latest'?

jeanluc162 commented 1 year ago

Could you pin the version of alpine you're using to prevent issues builds pulling 'latest'?

I've pinned the version to 3.17.1 (current latest)

zzzi2p commented 1 year ago

@eyedeekay

eyedeekay commented 1 year ago

LGTM, I'll test locally then merge.

eyedeekay commented 1 year ago

closes #34

eyedeekay commented 1 year ago

Thanks @jeanluc162