Skip to content

Commit

Permalink
Merge pull request #234 from intelops/dockerfilechange
Browse files Browse the repository at this point in the history
change the docker base image in second stage build of client as the p…
  • Loading branch information
vijeyash1 authored Sep 15, 2023
2 parents d43a090 + a5d40cb commit 300681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/migration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN chmod +x /workspace/script/wait-for-clickhouse.sh

# 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 golang:alpine
WORKDIR /
COPY --from=builder /workspace/migration .
COPY --from=builder /workspace/sql /sql
Expand Down

0 comments on commit 300681a

Please sign in to comment.