Fix horizontal scroll

This commit is contained in:
2024-12-18 15:59:13 +01:00
parent f5b1b6f1c7
commit e4e996f3a7
45 changed files with 24709 additions and 24780 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1 as builder
FROM rust:latest as builder
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \