diff --git a/Dockerfile b/Dockerfile index f95bb698a..19230bdf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ARG TARGETOS ARG TARGETARCH ARG HOST_DIST=$TARGETOS-$TARGETARCH -ADD --chmod=0555 https://github.com/grafana/xk6-sm/releases/download/v0.0.3-pre/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 +ADD --chmod=0555 https://github.com/grafana/xk6-sm/releases/download/v0.2.0/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 COPY dist/${HOST_DIST}/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent COPY scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt diff --git a/Dockerfile.build b/Dockerfile.build index f95bb698a..19230bdf8 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -10,7 +10,7 @@ ARG TARGETOS ARG TARGETARCH ARG HOST_DIST=$TARGETOS-$TARGETARCH -ADD --chmod=0555 https://github.com/grafana/xk6-sm/releases/download/v0.0.3-pre/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 +ADD --chmod=0555 https://github.com/grafana/xk6-sm/releases/download/v0.2.0/sm-k6-${TARGETOS}-${TARGETARCH} /usr/local/bin/sm-k6 COPY dist/${HOST_DIST}/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent COPY scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt diff --git a/scripts/make/sm-k6.mk b/scripts/make/sm-k6.mk index 0136cc598..e32a191d5 100644 --- a/scripts/make/sm-k6.mk +++ b/scripts/make/sm-k6.mk @@ -8,7 +8,7 @@ define sm-k6 $(DISTDIR)/$(1)-$(2)/sm-k6: mkdir -p "$(DISTDIR)/$(1)-$(2)" # Renovate updates the following line. Keep its syntax as it is. - curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.0.3/sm-k6-$(1)-$(2) -o "$$@" + curl -sSL https://github.com/grafana/xk6-sm/releases/download/v0.2.0/sm-k6-$(1)-$(2) -o "$$@" chmod +x "$$@" sm-k6: $(DISTDIR)/$(1)-$(2)/sm-k6