newer version of debian docker image builder

This commit is contained in:
2025-08-04 19:49:34 +02:00
parent 57ebef3af8
commit a08e3142b0

View File

@@ -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 && \