You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that #1792 changed the docker image from discrete 12-alpine to lts-alpine, which does not give consistency anymore over the node version in our CI. Something doesn't work with the Node 16 alpine image, so reverting to Node 14 for now. Eventually we'll have to look into what it's failing with lts though.
Actual Outcome
Docker CI fails.
Expected Outcome
Docker CI should build.
Environment
n/a
Logs
n/a
The text was updated successfully, but these errors were encountered:
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
Docker CI fails.
Steps to reproduce
See for example https://github.com/parse-community/parse-dashboard/runs/4028281085?check_suite_focus=true.
The reason is that #1792 changed the docker image from discrete
12-alpine
tolts-alpine
, which does not give consistency anymore over the node version in our CI. Something doesn't work with the Node 16 alpine image, so reverting to Node 14 for now. Eventually we'll have to look into what it's failing with lts though.Actual Outcome
Docker CI fails.
Expected Outcome
Docker CI should build.
Environment
n/a
Logs
n/a
The text was updated successfully, but these errors were encountered: