What does the most recent update to node:18.12.1-alpine do? #1825
Unanswered
sead-asurion
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Does it work if you add the nodejs recently updated the latest alpine version to alpine3.17 which has openssl3 as of #1813 |
Beta Was this translation helpful? Give feedback.
1 reply
-
We use the PEM library for NodeJS to read the keystore. This library uses the openssl command underneath. It doesn't look like PEM supports passing the legacy parameter. We will look into alternate libraries or regenerating the PKCS12 files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We started getting the below errors in our application today after we pulled the node:18.12.1-alpine image (our CI/CD pipeline always pulls the latest from Docker Hub). Can you help me understand what changed in the image, and why the version number didn't change?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions