Skip to content

Commit

Permalink
fix: Update BoringSSL commit
Browse files Browse the repository at this point in the history
BoringSSL [bug](google/boringssl@28c2409) fixed which prevented nginx from building.
  • Loading branch information
yo-han authored Jun 5, 2023
1 parent 0b88673 commit 48b38fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG NGINX_COMMIT=0af598651e33
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc

# https://github.com/google/boringssl
ARG BORINGSSL_COMMIT=8ce0e1c14e48109773f1e94e5f8b020aa1e24dc5
ARG BORINGSSL_COMMIT=b0341041b03ea71d8371a9692aedae263fc06ee9

# http://hg.nginx.org/njs
ARG NJS_COMMIT=b33aae5e8dc6
Expand Down

0 comments on commit 48b38fc

Please sign in to comment.