Skip to content

Commit

Permalink
fix: change docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastocorp committed Aug 30, 2024
1 parent 01fe40e commit a1e45e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o co

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
# FROM gcr.io/distroless/static:nonroot
FROM debian:buster-slim
WORKDIR /
COPY --from=builder /workspace/combi .
USER 65532:65532
Expand Down

0 comments on commit a1e45e6

Please sign in to comment.