Skip to content

Commit

Permalink
Merge pull request #2103 from nghttp2/base-nossl
Browse files Browse the repository at this point in the history
Switch to distroless/base-nossl
  • Loading branch information
tatsuhiro-t committed Mar 17, 2024
2 parents 7c644e4 + 945940e commit a46950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN git clone --recursive --depth 1 -b $NGHTTP2_BRANCH https://github.com/nghttp
cd .. && \
rm -rf nghttp2

FROM gcr.io/distroless/base-debian12
FROM gcr.io/distroless/base-nossl-debian12

COPY --from=build --link \
/usr/local/share/nghttp2/ \
Expand Down

0 comments on commit a46950e

Please sign in to comment.