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

Update nginx example webui Dockerfile to fix build #395

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

bd5872
Copy link
Contributor

@bd5872 bd5872 commented Jun 23, 2022

Docker build was failing due to incompatibilities with the referenced node:lts-alpine image, which seems to use node16.
Changed to use node:14-buster image, and removed alpine specific lines (apk add).

Docker build was failing due to incompatibilities with the referenced node:lts-alpine image, which seems to use node16.
Changed to use node:14-buster image, and removed alpine specific lines (apk add).
Copy link
Member

@satterly satterly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks.

@satterly satterly merged commit 020255e into alerta:master Jun 22, 2023
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.

None yet

2 participants