fix Dockerfile base image

This commit is contained in:
Mikaël Cluseau 2024-04-16 11:38:04 +02:00
parent 7c9334233d
commit bb7c3835bc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ run \
hack/build ./...
# ------------------------------------------------------------------------
from debian:bullseye
from debian:bookworm
entrypoint ["/bin/dkl-local-server"]
env _uncache 1