Skip to content

Commit 6b89a8c

Browse files
grafanarenovatebot[bot]nadiamoe
authored andcommitted
chore: Update ghcr.io/grafana/chromium-swiftshader-alpine Docker tag to v133.0.6943.141-r0-3.21.3
1 parent 3ad70a2 commit 6b89a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1212
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /usr/local/bin/crocochrome ./cmd
1313

1414
# For setting caps, use the same image than the final layer is using to avoid pulling two distinct ones.
15-
FROM ghcr.io/grafana/chromium-swiftshader-alpine:133.0.6943.126-r0-3.21.3@sha256:7cc56b2c56162669c9b87c74bf8c7ea12e6d396b07ca2b876c402aaef52dd37a AS setcapper
15+
FROM ghcr.io/grafana/chromium-swiftshader-alpine:133.0.6943.141-r0-3.21.3@sha256:e1c0904d4386549840c514e94e3c8c78e04d73230f127167b423353af1b5c240 AS setcapper
1616

1717
RUN apk --no-cache add libcap
1818

@@ -23,7 +23,7 @@ COPY --from=buildtools /usr/local/bin/crocochrome /usr/local/bin/crocochrome
2323
# WARNING: The container MUST be also granted all of the following capabilities too, or the CRI will refuse to start it.
2424
RUN setcap cap_setuid,cap_setgid,cap_kill,cap_chown,cap_dac_override,cap_fowner+ep /usr/local/bin/crocochrome
2525

26-
FROM ghcr.io/grafana/chromium-swiftshader-alpine:133.0.6943.126-r0-3.21.3@sha256:7cc56b2c56162669c9b87c74bf8c7ea12e6d396b07ca2b876c402aaef52dd37a
26+
FROM ghcr.io/grafana/chromium-swiftshader-alpine:133.0.6943.141-r0-3.21.3@sha256:e1c0904d4386549840c514e94e3c8c78e04d73230f127167b423353af1b5c240
2727

2828
RUN adduser --home / --uid 6666 --shell /bin/nologin --disabled-password k6
2929

0 commit comments

Comments
 (0)