diff --git a/server/Dockerfile b/server/Dockerfile index 2c30a7c6..2766c7da 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,5 +1,5 @@ # pull pre-configured and updated build environment -FROM debian:testing-20250317-slim AS build-system +FROM debian:testing-20250317 AS build-system # setup workdir RUN mkdir /build