use trixie-20250610

This commit is contained in:
Luna 2025-06-10 21:23:44 -03:00
parent a14bf027cd
commit 33f45eae02

View file

@ -29,7 +29,7 @@ func ensureConfigDir() error {
func getBaseDockerfile() string { func getBaseDockerfile() string {
return fmt.Sprintf(`# HAKO-VERSION=%s return fmt.Sprintf(`# HAKO-VERSION=%s
FROM debian:bookworm FROM debian:trixie-20250610
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl \ curl \