Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENTRYPOINT ["/usr/local/bin/synthetic-monitoring-agent"]

# Browser release copies the setup from the base agent and
# additionally installs Chromium to support browser checks.
FROM ghcr.io/grafana/chromium-swiftshader-alpine:141.0.7390.76-r0-3.22.2@sha256:2839c36e7904839be9778bdc99c3687b1236c7efbc3280a5b54dddc96d71adfc AS with-browser
FROM ghcr.io/grafana/chromium-swiftshader-alpine:141.0.7390.122-r0-3.22.2@sha256:3b8160c7c3054be2654ad00e2a748a14ce64c69b70a49aaaeba9a9c7689855e4 AS with-browser
RUN apk --no-cache add --repository community tini
RUN adduser -D -u 12345 -g 12345 sm

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENTRYPOINT ["/usr/local/bin/synthetic-monitoring-agent"]

# Browser release copies the setup from the base agent and
# additionally installs Chromium to support browser checks.
FROM ghcr.io/grafana/chromium-swiftshader-alpine:141.0.7390.76-r0-3.22.2@sha256:2839c36e7904839be9778bdc99c3687b1236c7efbc3280a5b54dddc96d71adfc AS with-browser
FROM ghcr.io/grafana/chromium-swiftshader-alpine:141.0.7390.122-r0-3.22.2@sha256:3b8160c7c3054be2654ad00e2a748a14ce64c69b70a49aaaeba9a9c7689855e4 AS with-browser
RUN apk --no-cache add --repository community tini
RUN adduser -D -u 12345 -g 12345 sm

Expand Down
Loading