newer version of debian docker image builder
This commit is contained in:
@@ -19,7 +19,7 @@ run cargo build --release --target x86_64-unknown-linux-gnu
|
||||
run chmod +x /app/target/x86_64-unknown-linux-gnu/release/$BINARY_NAME
|
||||
|
||||
# Final Linux image
|
||||
from debian:bullseye-slim
|
||||
from debian:bookworm-slim
|
||||
|
||||
run apt-get update && \
|
||||
apt-get install -y apt-transport-https && \
|
||||
|
Reference in New Issue
Block a user