-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Just ran into an issue due to Node going from v24 to v25:
; docker run -it --rm --pull=always --platform linux/amd64 --entrypoint /bin/sh timbru31/java-node:25-alpine-jdk-24
25-alpine-jdk-24: Pulling from timbru31/java-node
Digest: sha256:7cf1a384d0670d479b8a168539cd4d4e80dd98e44528b8483246f95672005c0d
Status: Image is up to date for timbru31/java-node:25-alpine-jdk-24
/ # node --version
v25.3.0
/ # javac --version
javac 25.0.1
Expected behavior:
I believe 24 in the image name stands for the node version, is that right? (I always assumed so, but I might've misunderstood something). If that is the case, I'd expect Node's version to be >=24.0.0,<25. Java is still correct, if I got the nomenclature right.
Let me know if you need more info, and thank you in advance for making these very useful images available.
Metadata
Metadata
Assignees
Labels
No labels