File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
23
23
24
24
RUN adduser -D -u 12345 -g 12345 sm
25
25
26
- ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.0.3-pre /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.4.0 /sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
27
27
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.4.0/sm-k6-${TARGETOS}-${TARGETARCH}-gsm /usr/local/bin/sm-k6-gsm
28
28
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
29
29
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
23
23
24
24
RUN adduser -D -u 12345 -g 12345 sm
25
25
26
- ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.0.3-pre /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.4.0 /sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
27
27
ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.4.0/sm-k6-${TARGETOS}-${TARGETARCH}-gsm /usr/local/bin/sm-k6-gsm
28
28
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
29
29
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ define sm-k6
8
8
$(DISTDIR ) /$(1 ) -$(2 ) /sm-k6:
9
9
mkdir -p "$(DISTDIR ) /$(1 ) -$(2 ) "
10
10
# Renovate updates the following line. Keep its syntax as it is.
11
- curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.0.3 /sm-k6-$(1 ) -$(2 ) -o "$$@ "
11
+ curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.4.0 /sm-k6-$(1 ) -$(2 ) -o "$$@ "
12
12
chmod +x "$$@ "
13
13
14
14
$(DISTDIR ) /$(1 ) -$(2 ) /sm-k6-gsm:
You can’t perform that action at this time.
0 commit comments