docker-nginx-full icon indicating copy to clipboard operation
docker-nginx-full copied to clipboard

Use latest cryptography

Open dormancygrace opened this issue 3 years ago • 2 comments

I've built npm with (amd64 and arm64) with cryptography 38, all work as intended. Is there any reason, why we should stay on 2.8?

dormancygrace avatar Dec 31 '22 03:12 dormancygrace

Docker Image for build 1 is available on DockerHub as:

  • nginxproxymanager/nginx-full:github-pr-16
  • nginxproxymanager/nginx-full:github-pr-16-certbot
  • nginxproxymanager/nginx-full:github-pr-16-certbot-node
  • nginxproxymanager/nginx-full:github-pr-16-acmesh
  • nginxproxymanager/nginx-full:github-pr-16-acmesh-golang

Yes there was, it was related to the certbot plugins. Most of them (at the time) were failing because of the crypto package. This might not be an issue anymore, but it would need to be tested at length with the nginx-proxy-manager project

jc21 avatar Nov 07 '23 22:11 jc21