Skip to content

Commit 51a7269

Browse files
chore(deps): update golang:1.26.1-bookworm docker digest to ab3d695 (#3457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a4ed4a commit 51a7269

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
runner: [ubuntu-latest, ubuntu-22.04-arm]
8383
runs-on: ${{ matrix.runner }}
8484
container:
85-
image: golang:1.26.1-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb
85+
image: golang:1.26.1-bookworm@sha256:ab3d6955bbc813a0f3fdf220c1d817dd89c0b3f283777db8ece4a32fe7858edd
8686
options: --user root --privileged
8787
steps:
8888
- id: go-cache-paths

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.26.1-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb AS base
1+
FROM --platform=$BUILDPLATFORM golang:1.26.1-bookworm@sha256:ab3d6955bbc813a0f3fdf220c1d817dd89c0b3f283777db8ece4a32fe7858edd AS base
22

33
RUN apt-get update && apt-get install -y curl clang gcc llvm make libbpf-dev
44

0 commit comments

Comments
 (0)