use trixie-20250610
This commit is contained in:
parent
a14bf027cd
commit
33f45eae02
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue