mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
fix: update dockerfile to debian 12
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user