Fixed dockerbuild
All checks were successful
Build Project / test (push) Successful in 5m43s

This commit is contained in:
2025-02-09 16:18:32 +00:00
parent 4fb7baf954
commit 7d542aef8f

View File

@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:bookworm
ADD target/release/iot-cloud /iot-cloud
RUN apt update && apt upgrade -y && apt install openssl -y