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

Revert "Bump node from 18-alpine to 19-alpine" #188

Merged
merged 1 commit into from
Nov 5, 2022

Conversation

n-thumann
Copy link
Owner

@n-thumann n-thumann commented Nov 5, 2022

Reverts #181.

The current Node.js v19 Docker image for armv7 seems to be partially broken (https://github.com/n-thumann/IPTV-ReStream/actions/runs/3400430996).
Example:

  • docker run --rm arm32v7/node:18-alpine node -v works
  • docker run --rm arm32v7/node:19-alpine node -v works
  • docker run --rm arm32v7/node:18-alpine node -h works
  • docker run --rm arm32v7/node:19-alpine node -h (and any other command) doesn't work

@n-thumann n-thumann merged commit 62328f8 into main Nov 5, 2022
@n-thumann n-thumann deleted the revert-181-dependabot/docker/node-19-alpine branch November 5, 2022 18:25
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.

1 participant