Skip to content

Commit

Permalink
[Backport 5.2] deps: update grafana base image (#57699)
Browse files Browse the repository at this point in the history
deps: update grafana base image (#57697)

This resolves a number of issues due to CVE-2023-4911.

(cherry picked from commit 2aa8caa)

Co-authored-by: Vincent <evict@users.noreply.github.com>
  • Loading branch information
sourcegraph-release-bot and evict committed Oct 18, 2023
1 parent 0d84b5e commit 77acd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/oci_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def oci_deps():

oci_pull(
name = "wolfi_grafana_base",
digest = "sha256:4644fa597db008b020f8cbc620ed365854dcfd464832b24bc033b2ce067545ec",
digest = "sha256:1334165966d67b676d0765fb59a732e8ba3f5b03365cd6026a6b42c133de48c6",
image = "us.gcr.io/sourcegraph-dev/wolfi-grafana",
)

Expand Down

0 comments on commit 77acd6e

Please sign in to comment.