Use debian13 distroless images

This commit is contained in:
Florian Preinstorfer
2025-12-06 18:15:39 +01:00
committed by nblock
parent d2fcd5b95b
commit 6359511a62

View File

@@ -125,7 +125,7 @@ kos:
# bare tells KO to only use the repository # bare tells KO to only use the repository
# for tagging and naming the container. # for tagging and naming the container.
bare: true bare: true
base_image: gcr.io/distroless/base-debian12 base_image: gcr.io/distroless/base-debian13
build: headscale build: headscale
main: ./cmd/headscale main: ./cmd/headscale
env: env:
@@ -154,7 +154,7 @@ kos:
- headscale/headscale - headscale/headscale
bare: true bare: true
base_image: gcr.io/distroless/base-debian12:debug base_image: gcr.io/distroless/base-debian13:debug
build: headscale build: headscale
main: ./cmd/headscale main: ./cmd/headscale
env: env: