diff --git a/Dockerfile b/Dockerfile index a85c1220..ef877d69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN strip /go/bin/headscale RUN test -e /go/bin/headscale # Production image -FROM gcr.io/distroless/base-debian11 +FROM docker.io/debian:bullseye-slim COPY --from=build /go/bin/headscale /bin/headscale ENV TZ UTC