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

Commit 14fa25d

Browse files
committed
Bumped docker/docker-compose versions
1 parent bc5f307 commit 14fa25d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 go install go.k6.io/xk6/cmd/xk6@latest \
99
--output /tmp/k6
1010

1111
# Create image for running k6 with output for Prometheus Remote Write
12-
FROM alpine:3.17
12+
FROM alpine:3.18
1313
RUN apk add --no-cache ca-certificates=~20220614 && \
1414
adduser -D -u 12345 -g 12345 k6
1515
COPY --from=builder /tmp/k6 /usr/bin/k6

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.3
23+
image: grafana/grafana:10.0.1
2424
networks:
2525
- grafana
2626
- prometheus

0 commit comments

Comments
 (0)