Skip to content

Commit

Permalink
chore(deps): update grafana/k6 docker tag to v0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2024
1 parent f9a03c2 commit 7e2e72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# renovate: datasource=docker depName=grafana/k6 versioning=docker
ARG K6_VERSION=0.54.0
ARG K6_VERSION=0.55.0

#################################################
# Basic environment for building the app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# renovate: datasource=docker depName=grafana/k6 versioning=docker
ARG K6_VERSION=0.54.0
ARG K6_VERSION=0.55.0

FROM grafana/k6:$K6_VERSION AS k6
ARG K6_HOST_LOCATION=/go/bin/k6
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=docker depName=grafana/k6 versioning=docker
export K6_VERSION=0.54.0
export K6_VERSION=0.55.0
export K6_LOCATION?=$(GOPATH)/bin/k6
REPO=github.com/leonyork/xk6-output-timestream
ENV?=dev
Expand Down

0 comments on commit 7e2e72e

Please sign in to comment.