Switch to using Debian base image instead.

This commit is contained in:
zontreck 2025-03-15 00:22:19 -07:00
parent d87c0192ac
commit 6ea48dd4e7

View file

@ -18,7 +18,7 @@ RUN dart pub get
RUN dart fix --apply
RUN dart compile exe -o bugvaultd cli/server.dart
FROM git.zontreck.com/packages/flutter:latest
FROM git.zontreck.com/packages/debian:base
LABEL author Tara Piccari
LABEL email tarapiccari@gmail.com