Skip to content

Commit 9176595

Browse files
committed
testing fix
1 parent b9ea455 commit 9176595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ RUN apk --no-cache add ca-certificates
1414
WORKDIR /home/
1515

1616

17-
FROM scratch
17+
FROM gcr.io/distroless/static
1818

19-
ADD bash
19+
COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/sh
2020
COPY --from=builder /etc_passwd /etc/passwd
2121
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2222
COPY --from=builder /go/src/github.com/abutaha/aws-es-proxy/aws-es-proxy /aws-es-proxy

0 commit comments

Comments
 (0)