Add better logging and update dependencies

This commit is contained in:
2023-04-13 22:57:09 +02:00
parent c5960a55a9
commit db18e03513
4 changed files with 139 additions and 140 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/rust:1.65.0-slim-bullseye as builder
FROM docker.io/rust:1.67.0-slim-bullseye as builder
RUN apt-get update -yq && \
apt install -y --no-install-recommends \