Skip to content

Commit

Permalink
Update create-plugin to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
6nv committed Aug 21, 2024
1 parent f4aaa8d commit fbc9f63
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .config/.cprc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.2.2"
"version": "5.3.1"
}
2 changes: 1 addition & 1 deletion .config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ services:
grafana_image: ${GRAFANA_IMAGE:-grafana}
```
In this example, we assign the environment variable `GRAFANA_IMAGE` to the build arg `grafana_image` with a default value of `grafana`. This will allow you to set the value while running the docker-compose commands, which might be convenient in some scenarios.
In this example, we assign the environment variable `GRAFANA_IMAGE` to the build arg `grafana_image` with a default value of `grafana`. This will allow you to set the value while running the docker compose commands, which might be convenient in some scenarios.

---
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: ./.config
args:
grafana_image: ${GRAFANA_IMAGE:-grafana-enterprise}
grafana_version: ${GRAFANA_VERSION:-11.1.3}
grafana_version: ${GRAFANA_VERSION:-11.1.4}
development: ${DEVELOPMENT:-false}
ports:
- 3000:3000/tcp
Expand Down
Loading

0 comments on commit fbc9f63

Please sign in to comment.