Node version drift between Dockerfiles and CircleCi
Open
Nobody has claimed this yet.
bug
DevX
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
Describe the bug
Node versions between the Docker files and CircleCi diverge.
Version number
v2.10.16
I have reproduced this locally on main:
- Yes
- No
To Reproduce Steps to reproduce the behavior:
.circleci/config.yml:
nodejs_version:
description: NodeJS version
type: string
default: "22.12.0"
Dockerfile & Dockerfile-dev:
ARG NODE_VERSION=18.17.1
Expected behavior
These versions should be the same.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the nodejs_version value in .circleci/config.yml with the NODE_VERSION arguments in Dockerfile and Dockerfile-dev. Align the version values and verify that all three files use the same Node.js version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile, node.js
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100