From a6d487de0099d1aaf8dbf05de69028c81c72a2ac Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Sat, 6 Nov 2021 23:19:56 +0000 Subject: [PATCH] Using debian11-based distroless image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05dde755..8a201420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN go install -a -ldflags="-extldflags=-static" -tags netgo,sqlite_omit_load_extension ./cmd/headscale RUN test -e /go/bin/headscale -FROM gcr.io/distroless/base +FROM gcr.io/distroless/base-debian11 COPY --from=build /go/bin/headscale /headscale ENV TZ UTC