mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
build: update docker example to bookworm
This commit is contained in:
@ -3,7 +3,8 @@ name = "docker_sample"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# Do not use workspace deps as they won't work in docker context.
|
||||
[dependencies]
|
||||
actix-web.workspace = true
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
actix-web = "4"
|
||||
env_logger = "0.11"
|
||||
log = "0.4"
|
||||
|
Reference in New Issue
Block a user