We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81b7c7 commit 2654c08Copy full SHA for 2654c08
2 files changed
prometheus/docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
ports:
6
- '19090:19090'
7
prometheus:
8
- image: prom/prometheus@sha256:29c1e0b48ad816750245dea3d65ac3ce57dda30547e67b1e9a5176e2953cc4dc
+ image: prom/prometheus@sha256:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2
9
volumes:
10
- ./prometheus.yml:/etc/prometheus/prometheus.yml
11
depends_on:
spring-native/build.gradle.kts
@@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
3
plugins {
4
id("java")
id("org.springframework.boot") version "3.5.6"
- id("org.graalvm.buildtools.native") version "0.11.1"
+ id("org.graalvm.buildtools.native") version "0.11.2"
}
description = "OpenTelemetry Example for Spring native images"
0 commit comments