Skip to content

Commit 4c7b7c8

Browse files
chore: Update dependency grafana/xk6-sm to v0.5.3 (#1301)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent d014686 commit 4c7b7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
2323

2424
RUN adduser -D -u 12345 -g 12345 sm
2525

26-
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.2/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
26+
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.3/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
2727
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
2828
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
2929
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
2323

2424
RUN adduser -D -u 12345 -g 12345 sm
2525

26-
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.2/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
26+
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.5.3/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
2727
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
2828
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
2929
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

0 commit comments

Comments
 (0)