Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-grafana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
server-components
containers
docker-grafana
Merge requests
!1
Update grafana to newest stable version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update grafana to newest stable version
update_version
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Lars Lingner
requested to merge
update_version
into
master
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Changing the version number.
\approve
@ds
@laurens
Edited
2 years ago
by
Danijel Schorlemmer
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1d2f01ab
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
1
Options
@@ -16,7 +16,7 @@
FROM
debian:bullseye-slim
ENV
GRAFANA_VERSION
7.4.5
ENV
GRAFANA_VERSION
9.2.3
RUN
set
-ex
\
&&
apt-get update
\
Loading