File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
2323
2424RUN adduser -D -u 12345 -g 12345 sm
2525
26- ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.6.7 /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.6.8 /sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
2727COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
2828COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
2929COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG HOST_DIST=$TARGETOS-$TARGETARCH
2323
2424RUN adduser -D -u 12345 -g 12345 sm
2525
26- ADD --chown=sm:sm --chmod=0500 https://github.com/grafana/xk6-sm/releases/download/v0.6.7 /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.6.8 /sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6
2727COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
2828COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
2929COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ define sm-k6
88$(DISTDIR ) /$(1 ) -$(2 ) /sm-k6:
99 mkdir -p "$(DISTDIR ) /$(1 ) -$(2 ) "
1010 # Renovate updates the following line. Keep its syntax as it is.
11- curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.6.7 /sm-k6-$(1 ) -$(2 ) -o "$$@ "
11+ curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.6.8 /sm-k6-$(1 ) -$(2 ) -o "$$@ "
1212 chmod +x "$$@ "
1313
1414sm-k6: $(DISTDIR ) /$(1 ) -$(2 ) /sm-k6
You can’t perform that action at this time.
0 commit comments