Skip to content

Commit

Permalink
move debug image to distroless (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed May 19, 2024
1 parent 5ad0aa4 commit 2dc62e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ kos:
- id: ghcr-debug
repository: ghcr.io/juanfont/headscale
bare: true
base_image: "debian:12"
base_image: gcr.io/distroless/base-debian12:debug
build: headscale
main: ./cmd/headscale
env:
Expand All @@ -160,7 +160,7 @@ kos:

- id: dockerhub-debug
build: headscale
base_image: "debian:12"
base_image: gcr.io/distroless/base-debian12:debug
repository: headscale/headscale
bare: true
platforms:
Expand Down

0 comments on commit 2dc62e9

Please sign in to comment.