Skip to content

Commit

Permalink
Use bookworm image instead of bullseye (#1205)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
RonFed and MrAlias authored Oct 21, 2024
1 parent 717ea4f commit 741985e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-bullseye AS base
FROM golang:1.23.2-bookworm AS base

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

Expand Down

0 comments on commit 741985e

Please sign in to comment.