diff --git a/Dockerfile b/Dockerfile index 2b6e93a..0aacd84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,6 @@ ARG TARGETARCH RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /dishook -# Run the tests in the container -FROM build-stage AS run-test-stage - # Deploy the application binary into a lean image FROM gcr.io/distroless/base-debian11 AS build-release-stage