fix: update dockerfile to debian 12

This commit is contained in:
DecDuck
2025-03-27 11:09:37 +11:00
parent 2cfc2cee7c
commit 96a1199fff

View File

@ -1,5 +1,5 @@
# pull pre-configured and updated build environment
FROM registry.deepcore.dev/drop-oss/drop-server-build-environment/main:latest AS build-system
FROM debian:12.10-slim AS build-system
# setup workdir
RUN mkdir /build