Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MM-4380 fix: ensure DOCKERFILE installs the current version of argopm #97

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

tczhao
Copy link
Member

@tczhao tczhao commented Dec 23, 2024

https://atlanhq.atlassian.net/browse/MM-4380

RUN npm install argopm -g pulls the argopm from npm, due to the timing, this may installs the older version
e.g. 0.10.20 image has 0.10.19 argopm https://github.com/atlanhq/argopm/actions/runs/12295039100/job/34311084788

Added version arg to make sure we install the current version

@tczhao tczhao merged commit 8f5c91d into master Dec 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants