Skip to content

Commit fea688e

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent be06e38 commit fea688e

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
@@ -1,11 +1,11 @@
1-
FROM golang:1.24-alpine3.21 AS builder
1+
FROM golang:1.24-alpine3.21@sha256:6a413de5d66854e1e7ca182a7218d05dee912986ed43c426c8579756124117b3 AS builder
22
WORKDIR $GOPATH/src/go.k6.io/k6
33
ADD . .
44
RUN apk --no-cache add git
55
RUN go install go.k6.io/xk6/cmd/xk6@latest
66
RUN xk6 build --with github.com/grafana/xk6-output-influxdb=. --output /tmp/k6
77

8-
FROM alpine:3.21
8+
FROM alpine:3.21@sha256:5405e8f36ce1878720f71217d664aa3dea32e5e5df11acbf07fc78ef5661465b
99
RUN apk add --no-cache ca-certificates && \
1010
adduser -D -u 12345 -g 12345 k6
1111
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
influxdb:
10-
image: influxdb:2.0-alpine
10+
image: influxdb:2.0-alpine@sha256:28b27ba51abbddb2113c728b9fb5e23261733a9bceb995402012e69aa34273d4
1111
networks:
1212
- k6
1313
- grafana
@@ -23,7 +23,7 @@ services:
2323
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=EEKpryGZk8pVDXmIuy484BKUxM5jOEDv7YNoeNZUbsNbpbPbP6kK_qY9Zsyw7zNnlZ7pHG16FYzNaqwLMBUz8g==
2424

2525
grafana:
26-
image: grafana/grafana:8.2.6
26+
image: grafana/grafana:8.2.6@sha256:1b1e4d15793790d628008086fca2e420eba8bdffdf0cafc9e35abe9e1579752c
2727
networks:
2828
- grafana
2929
- influxdb

0 commit comments

Comments
 (0)