From 3eaa60948c649588d0de37c4fabe3b2263865a7f Mon Sep 17 00:00:00 2001 From: "backport-actions-token[bot]" <87506591+backport-actions-token[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:16:02 -0700 Subject: [PATCH] docker: switch to debian (#3939) docker: switch to debian (#3938) Co-authored-by: Caleb Doxsey --- Dockerfile.debug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.debug b/Dockerfile.debug index c5a46d24a..dc0724a2f 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -30,10 +30,9 @@ RUN make build-debug NAME=pomerium RUN touch /config.yaml RUN go install github.com/go-delve/delve/cmd/dlv@latest -FROM alpine:latest@sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a +FROM debian:latest@sha256:640e07a7971e0c13eb14214421cf3d75407e0965b84430e08ec90c336537a2cf ENV AUTOCERT_DIR /data/autocert WORKDIR /pomerium -RUN apk add --no-cache ca-certificates libc6-compat gcompat COPY --from=build /go/src/github.com/pomerium/pomerium/bin/* /bin/ COPY --from=build /config.yaml /pomerium/config.yaml COPY --from=build /go/bin/dlv /bin