Skip to content

Commit a88fdd4

Browse files
Uses gcompat instead of libc6-compat per Alpine recommendations (#40)
Signed-off-by: Adrian Cole <[email protected]>
1 parent 409717a commit a88fdd4

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
@@ -73,8 +73,8 @@ RUN \
7373
#
7474
# Finalize install:
7575
# * java-cacerts: implicitly gets normal ca-certs used outside Java (this does not depend on java)
76-
# * libc6-compat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
77-
apk add --no-cache java-cacerts ca-certificates libc6-compat && \
76+
# * gcompat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
77+
apk add --no-cache java-cacerts ca-certificates gcompat && \
7878
# Typically, only amd64 is tested in CI: Run a command to ensure binaries match current arch.
7979
ldd /lib/libz.so.1
8080

0 commit comments

Comments
 (0)