Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 34469a7

Browse files
committed
Bumped docker/docker-compose versions
1 parent 092f732 commit 34469a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest \
88
--with github.com/grafana/xk6-output-prometheus-remote=. \
99
--output /tmp/k6
1010

11-
# Create image for running k6 with output for Prometheus Remote Write
12-
FROM alpine:3.17
11+
# Create image for running k6 with output for Prometheus remote write
12+
FROM alpine:3.18
1313

1414
# hadolint ignore=DL3018
1515
RUN apk add --no-cache ca-certificates && \

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ networks:
77

88
services:
99
prometheus:
10-
image: prom/prometheus:v2.42.0
10+
image: prom/prometheus:v2.45.0
1111
command:
1212
- --web.enable-remote-write-receiver
1313
- --enable-feature=native-histograms
@@ -20,7 +20,7 @@ services:
2020
- "9090:9090"
2121

2222
grafana:
23-
image: grafana/grafana:9.4.7
23+
image: grafana/grafana:10.0.1
2424
networks:
2525
- grafana
2626
- prometheus

0 commit comments

Comments
 (0)