File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.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
27
27
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
28
28
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
29
29
COPY --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
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.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
27
27
COPY --chown=sm:sm --chmod=0500 --from=setcapper /usr/local/bin/synthetic-monitoring-agent /usr/local/bin/synthetic-monitoring-agent
28
28
COPY --chown=sm:sm scripts/pre-stop.sh /usr/local/lib/synthetic-monitoring-agent/pre-stop.sh
29
29
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
You can’t perform that action at this time.
0 commit comments