File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ IMAGE_BUILD_EXTRA_OPTS ?=
9
9
IMAGE_PUSH_CMD ?= docker push
10
10
CONTAINER_RUN_CMD ?= docker run
11
11
BUILDER_IMAGE ?= golang:1.21-bookworm
12
- BASE_IMAGE_FULL ?= debian:bullseye -slim
12
+ BASE_IMAGE_FULL ?= debian:bookworm -slim
13
13
BASE_IMAGE_MINIMAL ?= scratch
14
14
15
15
# Docker base command for working with html documentation.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ For backwards compatibility a container image tag with suffix `-minimal`
24
24
25
25
## Full
26
26
27
- This image is based on [ debian: bullseye -slim] ( https://hub.docker.com/_/debian )
27
+ This image is based on [ debian: bookworm -slim] ( https://hub.docker.com/_/debian )
28
28
and contains a full Linux system for running shell-based nfd-worker hooks and
29
29
doing live debugging and diagnosis of the NFD images.
30
30
You can’t perform that action at this time.
0 commit comments