Last active
December 8, 2021 17:59
-
-
Save ybizeul/90c0c6f56e91b807106e7d5234307426 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Grafana vulnerability remediation | |
# https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/ | |
# Log into NAbox with root user, password is NetAppGrafanaVA by default | |
ssh root@mynabox | |
# Update grafana container | |
dc pull grafana | |
# Restart container | |
dc up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment