issues with pattern encoder logger

This commit is contained in:
Thilo Behnke
2022-08-08 17:59:12 +02:00
parent 3019a289ed
commit 8b577fe4d2
2 changed files with 35 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:latest as build_stage
FROM rust:1.61.0 as build_stage
RUN mkdir /build
ADD ./ /build/server