Skip to content

Instantly share code, notes, and snippets.

@ybizeul
Last active December 8, 2021 17:59
Show Gist options
  • Save ybizeul/90c0c6f56e91b807106e7d5234307426 to your computer and use it in GitHub Desktop.
Save ybizeul/90c0c6f56e91b807106e7d5234307426 to your computer and use it in GitHub Desktop.
# 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