Skip to content

Commit

Permalink
add variable in Dockerfile to prepare renovate integration #4
Browse files Browse the repository at this point in the history
  • Loading branch information
JCL38-ORANGE committed Feb 20, 2025
1 parent 11d5062 commit a3e8c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ RUN xk6 build --output /k6 \
--with github.com/grafana/xk6-loki@v${XK6_LOKI_VERSION}

# Use the operator's base image and override the k6 binary
FROM grafana/k6:${GRAFANA_K6_VERSION}
FROM grafana/k6:0.56.0
COPY --from=builder /k6 /usr/bin/k6

0 comments on commit a3e8c1b

Please sign in to comment.