Sahamati / rahasya

The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange. The work is inline with the Account Aggregator Specification.
Apache License 2.0
13 stars 20 forks source link

python version upgrade #35

Closed RenuSaha closed 11 months ago

RenuSaha commented 1 year ago

Description

Upgraded python version from python3.8 to python3.11

Motivation and Context

To mitigate vulnerabilities in python3.8

Types of changes

Modified one line in dockerfile

Checklist

Need to test with a FIP or FIU

RenuSaha commented 1 year ago

@gsasikumar Please review and merge

gsasikumar commented 1 year ago

Will it not suffice if we just rebuild this so new alpine base image would be used?

gandha9394 commented 1 year ago

@gsasikumar , Hi I am GB. I worked with Renuka on this. We weren’t sure of the side effects it would have by upgrading the base image. From jdk version to dependencies that would change. Do you still recommend upgrading the base image instead? Plus the base image is not just alpine right? It’s some Zulu image based off of alpine. Open to hear your thoughts.