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

fix: pin Docker image to node:18.18.0 #201

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

bowd
Copy link
Collaborator

@bowd bowd commented Nov 23, 2023

Description

The Docker image started from node:18 which is an ephemeral tag that gets update to the most recent 18.*.* version.
Recently 18.18.2 was pushed but a dependency is having trouble because it can't find pre-built binaries for that version and building them in the Docker build is failing.

Solution: pin the node version at 18.18.0

Other changes

N/A

Tested

An explanation of how the changes were tested or an explanation as to why they don't need to be.

Related issues

  • Fixes #[issue number here]

Backwards compatibility

Brief explanation of why these changes are/are not backwards compatible.

@nvtaveras nvtaveras merged commit 75b8bfb into main Nov 23, 2023
5 checks passed
@nvtaveras nvtaveras deleted the fix/docker-node-version branch November 23, 2023 16:34
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