Skip to content

Commit 300681a

Browse files
authored
Merge pull request #234 from intelops/dockerfilechange
change the docker base image in second stage build of client as the p…
2 parents d43a090 + a5d40cb commit 300681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/migration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN chmod +x /workspace/script/wait-for-clickhouse.sh
1010

1111
# Use distroless as minimal base image to package the manager binary
1212
# Refer to https://github.com/GoogleContainerTools/distroless for more details
13-
FROM gcr.io/distroless/static:nonroot
13+
FROM golang:alpine
1414
WORKDIR /
1515
COPY --from=builder /workspace/migration .
1616
COPY --from=builder /workspace/sql /sql

0 commit comments

Comments
 (0)