Skip to content

Commit 69cdfbd

Browse files
chore: Update ghcr.io/grafana/chromium-swiftshader-alpine Docker tag to v136
1 parent d14f01f commit 69cdfbd

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:135.0.7049.52-r0-3.21.3@sha256:79aac8949df51e75b557bf0cfb2dec10fb75e4711694f72e39c67978ffda7730 AS setcapper
15+
FROM ghcr.io/grafana/chromium-swiftshader-alpine:136.0.7103.113-r0-3.21.3@sha256:7df87a0273436446ec4227f69e954171bdeadcfeccf5fabc54e31fac80ed1794 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:135.0.7049.52-r0-3.21.3@sha256:79aac8949df51e75b557bf0cfb2dec10fb75e4711694f72e39c67978ffda7730
26+
FROM ghcr.io/grafana/chromium-swiftshader-alpine:136.0.7103.113-r0-3.21.3@sha256:7df87a0273436446ec4227f69e954171bdeadcfeccf5fabc54e31fac80ed1794
2727

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

0 commit comments

Comments
 (0)